Skip to content

ComponentVersionEdge

An edge in a connection.

graphql
type ComponentVersionEdge {
  cursor: String!
  node: ComponentVersion!
}

Fields

ComponentVersionEdge.cursor ● String! non-null scalar

A cursor used in pagination.

ComponentVersionEdge.node ● ComponentVersion! non-null object

The item at the end of the edge.

Member Of

ComponentVersionConnection object

Released under the MIT License.