GraphQL reference

ClearIntegrationMappingEntityErrorPayload

Object

Autogenerated return type of ClearIntegrationMappingEntityError.

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

Example

mutation ClearIntegrationMappingEntityError(
  $organizationId: ID!
  $input: ClearIntegrationMappingEntityErrorInput!
) {
  organization(id: $organizationId) {
    clearIntegrationMappingEntityError(input: $input) {
        integration
        errors
      }
  }
}

Fields

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