INPUT_OBJECT

SetOrganizationIntegrationConfig

link GraphQL Schema definition

1input SetOrganizationIntegrationConfig {
4
2# input organizationId
3organizationId: ID!
7
5# input integrationId
6integrationId: 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.
13userVisible: Boolean!
17
15# The JSON config of organization integration
16config: JSONData!
18}