CreateNotificationPayload
Autogenerated return type of CreateNotification
type CreateNotificationPayload {
clientMutationId: String
errors: [String!]
notification: Notification
}
Fields
CreateNotificationPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateNotificationPayload.errors
● [String!]
list scalar
CreateNotificationPayload.notification
● Notification
object
Returned By
createNotification
mutation