SchemaPropertyEdge
An edge in a connection.
type SchemaPropertyEdge {
node: SchemaProperty
cursor: Cursor!
}
Fields
SchemaPropertyEdge.node ● SchemaProperty object
The item at the end of the edge.
SchemaPropertyEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
SchemaPropertyConnection object