EventsOrderBy
Defines the field to order events by when searching and the sort direction to sort by.
input EventsOrderBy {
direction: OrderByDirection!
field: EventOrderByField!
}
Fields
EventsOrderBy.direction ● OrderByDirection! non-null enum
Indicates the sort direction to use when ordering search results.
EventsOrderBy.field ● EventOrderByField! non-null enum
Indicates the event field to sort events by when searching.
Member Of
FindEventsInput input