OBJECT
BaseError
Base error message
#
GraphQL Schema definition
1
type
BaseError
{
2
# A description of the error
3
message
:
String
!
4
}
#
Required by
ApiCallSendPayload
Autogenerated return type of ApiCallSend
NotificationSendEmailPayload
Autogenerated return type of NotificationSendEmail
SmsSendPayload
Autogenerated return type of SmsSend