meetingsV2
No description
meetingsV2(
eventId: ID!
filters: [MeetingFilterInput!]
cursor: CursorPaginationInput
search: String
sort: [MeetingSortInput!]
): MeetingNodesConnection!
Arguments
meetingsV2.eventId
● ID!
non-null scalar
meetingsV2.filters
● [MeetingFilterInput!]
list input
meetingsV2.cursor
● CursorPaginationInput
input
meetingsV2.search
● String
scalar
meetingsV2.sort
● [MeetingSortInput!]
list input
Type
MeetingNodesConnection
object
A connection type to paginate in a list of meetings.