FindEventsInput
Defines the criteria for searching for an event and ordering the results found.
input FindEventsInput {
orderBy: EventsOrderBy
where: EventsWhere
}
Fields
FindEventsInput.orderBy ● EventsOrderBy input
The criteria to order search results for events. Optional.
FindEventsInput.where ● EventsWhere input
The criteria to use to search for an event. Optional.
Member Of
events query