OBJECT
Viewer
link GraphQL Schema definition
- type Viewer implements IOrganization {
- : ID!
- : String!
- : User!
- : String
- # Arguments
- # input: [Not documented]
- (: OrganizationMembersInput): OrganizationMembers!
- # Arguments
- # input: [Not documented]
- (: RoomsInput): Rooms!
- # Arguments
- # input: [Not documented]
- (: RolesInput): OrganizationMemberRoles!
- # Arguments
- # input: [Not documented]
- (: BillingWhereInput!): Billing!
- # Arguments
- # input: [Not documented]
- (: SearchRecordingVideosInput!): RecordingVideos!
- }