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