Skip to content

AssignmentOrder ​

Defines the order of a Assignment list

graphql
input AssignmentOrder {
  direction: OrderDirection
  field: AssignmentOrderField
}

Fields ​

AssignmentOrder.direction ● OrderDirection enum ​

The direction to order by, defaults to ASC

AssignmentOrder.field ● AssignmentOrderField enum ​

The field to order by, defaults to ID

Released under the MIT License.