Skip to content

ProjectEdge

An edge in a connection.

graphql
type ProjectEdge {
  cursor: String!
  node: Project!
}

Fields

ProjectEdge.cursor ● String! non-null scalar

A cursor used in pagination.

ProjectEdge.node ● Project! non-null object

The item at the end of the edge.

Member Of

ProjectConnection object

Released under the MIT License.