EasementTypeConnection
A paginated list of EasementType edges.
type EasementTypeConnection {
pageInfo: PageInfo!
edges: [EasementTypeEdge!]!
}
Fields
EasementTypeConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
EasementTypeConnection.edges
● [EasementTypeEdge!]!
non-null object
A list of EasementType edges.
Returned By
easementTypes
query