GraphQL reference

StartIntegrationSyncPayload

Object

Autogenerated return type of StartIntegrationSync.

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

Example

mutation StartIntegrationSync(
  $organizationId: ID!
  $input: StartIntegrationSyncInput!
) {
  organization(id: $organizationId) {
    startIntegrationSync(input: $input) {
        integration
        errors
      }
  }
}

Fields

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