Skip to content

InterfaceSpecificationVersionOrder ​

Defines the order of a InterfaceSpecificationVersion list

graphql
input InterfaceSpecificationVersionOrder {
  direction: OrderDirection
  field: InterfaceSpecificationVersionOrderField
}

Fields ​

InterfaceSpecificationVersionOrder.direction ● OrderDirection enum ​

The direction to order by, defaults to ASC

InterfaceSpecificationVersionOrder.field ● InterfaceSpecificationVersionOrderField enum ​

The field to order by, defaults to ID

Released under the MIT License.