Skip to main content

chatrooms

No description

chatrooms(
eventId: String
communityId: String
filters: [ChatroomsFilterInput!]
page: Int!
pageSize: Int = 100
sort: [Chat_ChannelSortInput!]
): [Chat_Channel!]!

Arguments

chatrooms.eventId ● String scalar

If eventId is null, channels at community level will be fetched

chatrooms.communityId ● String scalar

Will be mandatory in the future - fetch channels at community level

chatrooms.filters ● [ChatroomsFilterInput!] list input

chatrooms.page ● Int! non-null scalar

chatrooms.pageSize ● Int scalar

chatrooms.sort ● [Chat_ChannelSortInput!] list input

Type

Chat_Channel object