InterfaceEdge
An edge in a connection.
type InterfaceEdge {
cursor: String!
node: Interface!
}
Fields
InterfaceEdge.cursor
● String!
non-null scalar
A cursor used in pagination.
InterfaceEdge.node
● Interface!
non-null object
The item at the end of the edge.
Member of
InterfaceConnection
object