INPUT_OBJECT
CreateSourceCollaborator
link GraphQL Schema definition
1 input CreateSourceCollaborator { 4 2 # ID of the organization to share the source with 3 ID! : 8 5 # Permission to grant. Can be `editor` or `viewer`. 6 # Set to `none` to revoke permissions for this organization. 7 SetSourcePermission! : 9 }