Skip to content

IMSEdge

An edge in a connection.

graphql
type IMSEdge {
  cursor: String!
  node: IMS!
}

Fields

IMSEdge.cursor ● String! non-null scalar

A cursor used in pagination.

IMSEdge.node ● IMS! non-null object

The item at the end of the edge.

Member Of

IMSConnection object

Released under the MIT License.