Skip to content

GropiusUserOrder ​

Defines the order of a GropiusUser list

graphql
input GropiusUserOrder {
  direction: OrderDirection
  field: GropiusUserOrderField
}

Fields ​

GropiusUserOrder.direction ● OrderDirection enum ​

The direction to order by, defaults to ASC

GropiusUserOrder.field ● GropiusUserOrderField enum ​

The field to order by, defaults to ID

Released under the MIT License.