PhoneEdge
An edge that contains a node of type Phone and a cursor.
type PhoneEdge {
node: Phone!
cursor: String!
}
Fields
PhoneEdge.node
● Phone!
non-null object
The Phone node.
PhoneEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
PhoneConnection
object