EventsWhere
Defines the filter criteria for searching for an event. The filter will match events that satisfy all specified criteria.
input EventsWhere {
aliases: [String!]
city: StringComparison
country: StringComparison
customFields: CustomFieldFilterInput
endDate: DateRangeComparison
group: EventGroupWhere
includeArchivedEvents: Boolean
name: StringComparison
office: OfficeWhere
startDate: DateRangeComparison
state: StringComparison
uniqueCodes: [String!]
}
Fields
EventsWhere.aliases ● [String!] list scalar
Filter events by their alias(es). Optional.
EventsWhere.city ● StringComparison input
Find events by city. Optional.
EventsWhere.country ● StringComparison input
Find events by country. Optional.
EventsWhere.customFields ● CustomFieldFilterInput input
Filter events matching the specified custom field values. Optional.