Skip to main content

ConnectIntegrationWithAccessTokenInput

Autogenerated input type of ConnectIntegrationWithAccessToken

input ConnectIntegrationWithAccessTokenInput {
accessToken: String!
clientMutationId: String
integrationId: ID!
integrationType: IntegrationTypeEnum!
}

Fields

ConnectIntegrationWithAccessTokenInput.accessToken ● String! non-null scalar common

Static API key issued to the brand by the integration. Encrypted on storage.

ConnectIntegrationWithAccessTokenInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConnectIntegrationWithAccessTokenInput.integrationId ● ID! non-null scalar common

ID of the existing integration record.

ConnectIntegrationWithAccessTokenInput.integrationType ● IntegrationTypeEnum! non-null enum integrations

Type of the integration; used to dispatch to the right integration class.

Member Of

connectIntegrationWithAccessToken mutation