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