AddConnectedServiceInput
No description
input AddConnectedServiceInput {
accountUuid: String
serviceType: ConnectedServiceType!
token: String!
sandbox: Boolean
}
Fields
AddConnectedServiceInput.accountUuid ● String scalar
The account UUID when authenticating as a user
AddConnectedServiceInput.serviceType ● ConnectedServiceType! non-null enum
The type of the Connected Service
AddConnectedServiceInput.token ● String! non-null scalar
The token for the Connected Service
AddConnectedServiceInput.sandbox ● Boolean scalar
Whether the Connected Service is connected to a sandbox service
Member Of
addConnectedService mutation