GraphQL reference

UpgradeIntegrationMappingPayload

Object

Autogenerated return type of UpgradeIntegrationMapping.

mutation { organization(id: $organizationId) { upgradeIntegrationMapping } }

Example

mutation UpgradeIntegrationMapping(
  $organizationId: ID!
  $input: UpgradeIntegrationMappingInput!
) {
  organization(id: $organizationId) {
    upgradeIntegrationMapping(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!