OBJECT

updateNotificationPayload

Autogenerated return type of updateNotification.

link GraphQL Schema definition

  • type updateNotificationPayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • currentUser: User
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • notification: Notification
  • }