notification
Graphql fields and variables for the notification query
query notification ($id: ID, $code: String, $format: String) {
notification (id: $id, code: $code, format: $format) {
action
createdAt
description
id
recipientUserId
seenAt
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
