OBJECT
VerificationRequestEdge
An edge in a connection.
link GraphQL Schema definition
- type VerificationRequestEdge {
- # The item at the end of the edge.
- : VerificationRequest
- # A cursor for use in pagination.
- : Cursor!
- }
OBJECT
An edge in a connection.
- type VerificationRequestEdge {
- # The item at the end of the edge.
- : VerificationRequest
- # A cursor for use in pagination.
- : Cursor!
- }