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