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