SpecificationEdge
An edge that contains a node of type Specification and a cursor.
type SpecificationEdge {
node: Specification!
cursor: String!
}
Fields
SpecificationEdge.node
● Specification!
non-null object
The Specification node.
SpecificationEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
SpecificationConnection
object