INPUT_OBJECT
Allows ordering a list of records.
input OrderByClause {# The column that is used for ordering.field: String!# The direction that is used for ordering.order: SortOrder!}