NotificationsReadPayload
Autogenerated return type of NotificationsRead.
type NotificationsReadPayload {
clientMutationId: String
data: Boolean
errors: [Error!]!
}
Fields
NotificationsReadPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
NotificationsReadPayload.data ● Boolean scalar
Operation success status
NotificationsReadPayload.errors ● [Error!]! non-null object
List of errors
Returned By
notificationsRead mutation