LegalInformationOrder
Defines the order of a LegalInformation list
graphql
input LegalInformationOrder {
direction: OrderDirection
field: LegalInformationOrderField
}Fields
LegalInformationOrder.direction ● OrderDirection enum
The direction to order by, defaults to ASC
LegalInformationOrder.field ● LegalInformationOrderField enum
The field to order by, defaults to ID
Member Of
legalInformation query