eventGroups
No description
eventGroups(
after: String
before: String
filter: EventGroupsFilterInput!
first: Int
last: Int
): EventGroupTypeConnection!
Arguments
eventGroups.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
eventGroups.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
eventGroups.filter ● EventGroupsFilterInput! non-null input common
The fields by which to filter the results.
eventGroups.first ● Int scalar common
Returns the first n elements from the list.
eventGroups.last ● Int scalar common
Returns the last n elements from the list.
Type
EventGroupTypeConnection object common
The connection type for EventGroupType.