GraphQL reference

CreateInitechIntegrationInput

Input

Autogenerated input type of CreateInitechIntegration

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

Example

mutation CreateInitechIntegration(
  $organizationId: ID!
  $input: CreateInitechIntegrationInput!
) {
  organization(id: $organizationId) {
    createInitechIntegration(input: $input) {
        integration
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
mutationMetadataJSON
nowISO8601DateTime