OBJECT

UserNotificationTokenEdge

An edge in a connection.

link GraphQL Schema definition

  • type UserNotificationTokenEdge {
  • # The item at the end of the edge.
  • node: UserNotificationToken
  • # A cursor for use in pagination.
  • cursor: Cursor!
  • }