GraphQL reference

AnalyzeIntegrationMappingUpgradeInput

Input

Autogenerated input type of AnalyzeIntegrationMappingUpgrade

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

Example

mutation AnalyzeIntegrationMappingUpgrade(
  $organizationId: ID!
  $input: AnalyzeIntegrationMappingUpgradeInput!
) {
  organization(id: $organizationId) {
    analyzeIntegrationMappingUpgrade(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
analysisIdID!
candidateVersionInt!
clientMutationIdStringA unique identifier for the client performing the mutation.
integrationIdID!
mappingKeyString!
mutationMetadataJSON
nowISO8601DateTime!