ContactEdge
An edge in a connection.
type ContactEdge {
cursor: String!
node: Contact
}
Fields
ContactEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
ContactEdge.node ● Contact object common
The item at the end of the edge.
Member of
ContactConnection object