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