OBJECT

updateNotificationPayload

Autogenerated return type of updateNotification.

link GraphQL Schema definition

  • type updateNotificationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • currentUser: User
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • notification: Notification
  • }