INPUT_OBJECT

CreateScheduledJobCollaborator

link GraphQL Schema definition

1input CreateScheduledJobCollaborator {
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: SetScheduledJobPermission!
9}

link Required by

This element is not required by anyone