OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Arguments
- # data: [Not documented]
- (: RoomCreateInput!): Room!
- # Arguments
- # id: [Not documented]
- (: ID!): Room!
- # Arguments
- # id: [Not documented]
- (: ID!): Room!
- # Arguments
- # id: [Not documented]
- (: ID!): Room!
- # Arguments
- # data: [Not documented]
- (: RoomMembersAddInput!): [RoomMember!]!
- # Arguments
- # id: [Not documented]
- (: ID!): RoomMember!
- # Arguments
- # data: [Not documented]
- (: InvitationsSendInput!): Invitation!
- # Arguments
- # data: [Not documented]
- (
- : OrganizationMemberUpdateInput!
- ): OrganizationMember!
- # Arguments
- # data: [Not documented]
- (: RecordingStartInput!): RecordingVideo!
- # Arguments
- # id: [Not documented]
- (: ID!): RecordingVideo!
- }
link Require by
This element is not required by anyone