ConnectIntegrationWithRefreshTokenInput
Autogenerated input type of ConnectIntegrationWithRefreshToken
input ConnectIntegrationWithRefreshTokenInput {
clientMutationId: String
integrationId: ID!
integrationType: IntegrationTypeEnum!
refreshToken: String!
}
Fields
ConnectIntegrationWithRefreshTokenInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ConnectIntegrationWithRefreshTokenInput.integrationId ● ID! non-null scalar common
ID of the existing integration record.
ConnectIntegrationWithRefreshTokenInput.integrationType ● IntegrationTypeEnum! non-null enum integrations
Type of the integration; used to dispatch to the right integration class.
ConnectIntegrationWithRefreshTokenInput.refreshToken ● String! non-null scalar common
Long-lived refresh token issued by the integration. Encrypted on storage.
Member Of
connectIntegrationWithRefreshToken mutation