Skip to main content

BeginIntegrationOauthPayload

Autogenerated return type of BeginIntegrationOauth.

type BeginIntegrationOauthPayload {
authorizeUrl: String!
clientMutationId: String
}

Fields

BeginIntegrationOauthPayload.authorizeUrl ● String! non-null scalar common

URL to redirect the brand to so they can grant consent on the integration provider.

BeginIntegrationOauthPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

Returned By

beginIntegrationOauth mutation