eventPerson
No description
eventPerson(
eventId: ID!
filters: [EventPersonFilter!]
cursor: CursorPaginationInput
search: String
sort: [EventPersonSort!]
): EventPeopleConnection!
Arguments
eventPerson.eventId ● ID! non-null scalar
eventPerson.filters ● [EventPersonFilter!] list input
eventPerson.cursor ● CursorPaginationInput input
eventPerson.search ● String scalar
eventPerson.sort ● [EventPersonSort!] list input
Type
EventPeopleConnection object
A connection type to paginate in a list of event profiles.