OBJECT
UserNotificationTokenConnection
A connection to a list of items.
link GraphQL Schema definition
- type UserNotificationTokenConnection {
- # A list of edges.
- : [UserNotificationTokenEdge]
- # Information to aid in pagination.
- : PageInfo!
- # Identifies the total count of items in the connection.
- : Int!
- }