OBJECT

PhoneVerificationTokenEdge

An edge in a connection.

link GraphQL Schema definition

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