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