ArtefactEdge
An edge in a connection.
type ArtefactEdge {
  cursor: String!
  node: Artefact!
}
Fields
ArtefactEdge.cursor ● String! non-null scalar
A cursor used in pagination.
ArtefactEdge.node ● Artefact! non-null object
The item at the end of the edge.
Member of
ArtefactConnection  object