GraphQL reference

ClearIntegrationMappingEntityErrorInput

Input

Autogenerated input 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.
entityLinkIdID!
idID!
mutationMetadataJSON