INPUT_OBJECT

SortArgInput

Ordering options.

link GraphQL Schema definition

1input SortArgInput {
4
2# Name of the field to sort by.
3field: String
7
5# The ordering direction.
6direction: String
8}