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