NotificationError
No description
type NotificationError {
field: String
message: String!
code: NotificationErrorCode!
}
Fields
NotificationError.field ● String scalar
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
NotificationError.message ● String! non-null scalar
The error message.
NotificationError.code ● NotificationErrorCode! non-null enum
The error code.
Member Of
EmailTemplateUpdate object