Skip to content

IntraComponentDependencyParticipantOrder

Defines the order of a IntraComponentDependencyParticipant list

graphql
input IntraComponentDependencyParticipantOrder {
  direction: OrderDirection
  field: IntraComponentDependencyParticipantOrderField
}

Fields

IntraComponentDependencyParticipantOrder.direction ● OrderDirection enum

The direction to order by, defaults to ASC

IntraComponentDependencyParticipantOrder.field ● IntraComponentDependencyParticipantOrderField enum

The field to order by, defaults to ID

Released under the MIT License.