INPUT_OBJECT

SetOrganizationApplicationAccess

link GraphQL Schema definition

1input SetOrganizationApplicationAccess {
4
2# Provide the applicaitonID to add/remove to the org access list
3applicationId: ID!
8
5# Set enabled to true to allow the organization to use the application.
6# Set enabled to false to remove from the list of available applications.
7enable: Boolean!
9}