IntegrationResponseType
No description
type IntegrationResponseType {
success: Boolean
message: String
errorCode: String
}
Fields
IntegrationResponseType.success
● Boolean
scalar
IntegrationResponseType.message
● String
scalar
IntegrationResponseType.errorCode
● String
scalar
Returned by
callIntegrationAction
mutation