INPUT_OBJECT
SetOrganizationApplicationAccess
link GraphQL Schema definition
1 input SetOrganizationApplicationAccess { 4 2 # Provide the applicaitonID to add/remove to the org access list 3 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. 7 Boolean! : 9 }