INPUT_OBJECT

CreateLibraryCollaborator

link GraphQL Schema definition

1input CreateLibraryCollaborator {
4
2# ID of the library.
3libraryId: ID!
7
5# ID of the collaborator organization.
6organizationId: Int!
10
8# list permissions of collaborator
9permissions: [String]!
13
11# status of collaborator
12status: CollaboratorStatus
14}