Skip to content

IntraComponentDependencySpecificationTypeOrder ​

Defines the order of a IntraComponentDependencySpecificationType list

graphql
input IntraComponentDependencySpecificationTypeOrder {
  direction: OrderDirection
  field: IntraComponentDependencySpecificationTypeOrderField
}

Fields ​

IntraComponentDependencySpecificationTypeOrder.direction ● OrderDirection enum ​

The direction to order by, defaults to ASC

IntraComponentDependencySpecificationTypeOrder.field ● IntraComponentDependencySpecificationTypeOrderField enum ​

The field to order by, defaults to ID

Released under the MIT License.