Module order

Module order 

Source
Expand description

Order and pagination input types for GraphQL queries.

Provides order by direction and pagination types for limiting and offsetting results.

Structs§

OrderAndPagination
Combined order and pagination for a query.
OrderByField
An order by field specification.
PaginationInput
Pagination input for limiting and offsetting results.

Enums§

NullsOrder
Null ordering preference.
OrderDirection
Sort direction for ordering.

Functions§

make_order_enum
Generate order enum value from field and direction.
parse_order_enum
Helper to parse GraphQL order enum values like “id_ASC”, “name_DESC”.