INPUT_OBJECT
Document_OrderBy
Order By options for Document
link GraphQL Schema definition
- input Document_OrderBy {
- # The order field.
- Document_OrderBy_Fields! :
- # The sort direction.
- SortDirection! :
- # Orders
by given value (if supported). E.g. Order by distance from - # location
- Document_OrderBy_Values :
- }