Expand description
Order and pagination input types for GraphQL queries.
Provides order by direction and pagination types for limiting and offsetting results.
Structs§
- Order
AndPagination - Combined order and pagination for a query.
- Order
ByField - An order by field specification.
- Pagination
Input - Pagination input for limiting and offsetting results.
Enums§
- Nulls
Order - Null ordering preference.
- Order
Direction - 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”.