OBJECT

SortArg

Ordering information.

link GraphQL Schema definition

1type SortArg {
2
3# Name of the field the result is ordered by.
4field: String
5
6# The ordering direction.
7direction: String
8
9}