Skip to content

IntraComponentDependencySpecificationOrder

Defines the order of a IntraComponentDependencySpecification list

graphql
input IntraComponentDependencySpecificationOrder {
  direction: OrderDirection
  field: IntraComponentDependencySpecificationOrderField
}

Fields

IntraComponentDependencySpecificationOrder.direction ● OrderDirection enum

The direction to order by, defaults to ASC

IntraComponentDependencySpecificationOrder.field ● IntraComponentDependencySpecificationOrderField enum

The field to order by, defaults to ID

Released under the MIT License.