EmailAddressEdge
A Relay edge containing a EmailAddress and its cursor.
type EmailAddressEdge {
node: EmailAddress
cursor: String!
}
Fields
EmailAddressEdge.node ● EmailAddress object
The item at the end of the edge
EmailAddressEdge.cursor ● String! non-null scalar
A cursor for use in pagination
Member Of
EmailAddressConnection object