Skip to content

ComponentEdge

An edge in a connection.

graphql
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

Released under the MIT License.