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