Skip to content

IMSProjectEdge

An edge in a connection.

graphql
type IMSProjectEdge {
  cursor: String!
  node: IMSProject!
}

Fields

IMSProjectEdge.cursor ● String! non-null scalar

A cursor used in pagination.

IMSProjectEdge.node ● IMSProject! non-null object

The item at the end of the edge.

Member Of

IMSProjectConnection object

Released under the MIT License.