INPUT_OBJECT

UpdateLibraryCollaborator

link GraphQL Schema definition

1input UpdateLibraryCollaborator {
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}