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