Queries
myInternalNotifications
Returns a paginated list of internal notifications for the currently authenticated user.
Use the optional filters argument to narrow results by read status or creation time.
Supports forward and backward cursor-based pagination via first/after and last/before.
Only available to human users — machine users will receive a forbidden error.
QUERY
myInternalNotifications(filters: InternalNotificationsFilter, first: Int, after: String, last: Int, before: String): InternalNotificationConnection!Arguments
filters
first
Int
after
String
last
Int
before
String
Returns
edges
pageInfo
totalCount
Int!
Query
Response
Query
Response

