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