ArtefactEdge
An edge in a connection.
graphql
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