INPUT_OBJECT
SetOrganizationIntegrationConfig
link GraphQL Schema definition
1 input SetOrganizationIntegrationConfig { 4 2 # input organizationId 3 : ID! 7 5 # input integrationId 6 : String! 14 8 # If userVisible is set to true, then this can be accessed 9 # by any type of auth token 10 # (as long as the user belongs to that organization or is a superadmin). 11 # If userVisible is set to false, then this can only be 12 # accessed by an API key of that org or by superadmins. 13 : Boolean! 17 15 # The JSON config of organization integration 16 : JSONData! 18 }