Skip to content

ArtefactTemplateEdge

An edge in a connection.

graphql
type ArtefactTemplateEdge {
  cursor: String!
  node: ArtefactTemplate!
}

Fields

ArtefactTemplateEdge.cursor ● String! non-null scalar

A cursor used in pagination.

ArtefactTemplateEdge.node ● ArtefactTemplate! non-null object

The item at the end of the edge.

Member Of

ArtefactTemplateConnection object

Released under the MIT License.