INPUT_OBJECT

CreateSourceCollaborator

link GraphQL Schema definition

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