PresentationsOrderByInput
Defines the field to order presentations by.
input PresentationsOrderByInput {
direction: OrderByDirection!
field: PresentationOrderByField!
}
Fields
PresentationsOrderByInput.direction ● OrderByDirection! non-null enum
Indicates the sort direction to use.
PresentationsOrderByInput.field ● PresentationOrderByField! non-null enum
Indicates the presentation field to sort presentations by.