Skip to main content

publishIntegration Mutation

Publishes an Integration.

Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_manage_integrations]. 2. The signed-in User has any of the following permissions for the access function context object 'customer': [customer_manage_integrations] when 'customer' is provided in the access function context.

Input fields (PublishIntegrationInput!)

ArgumentTypeDescription
commentStringComment about changes in this Publish.
idIDThe ID of the Integration to mutate.
clientMutationIdStringA unique identifier for the client performing the mutation.

Return fields (PublishIntegrationPayload)

clientMutationId (String)
errors ([ErrorType!]!)
integration (Integration)