OrderByInput
No description
input OrderByInput {
name: String!
direction: OrderDirection
}
Fields
OrderByInput.name ● String! non-null scalar
The name of the field to order by
OrderByInput.direction ● OrderDirection enum
The direction of the order (the default is ascending)
Member Of
OrderInput input