Graphql fields and variables for the notification query
Last updated 8 months ago
Was this helpful?
Scope required: standard:read
For a complete list of possible response fields see the type.
query notification ($id: ID, $code: String, $format: String) { notification (id: $id, code: $code, format: $format) { action createdAt description id recipientUserId seenAt } }
id
ID
code
String
format