Skip to content

createNotificationContactPayload

Autogenerated return type of createNotificationContact.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createNotificationContact.
"""
type createNotificationContactPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
notificationContact: NotificationContact
}