OBJECT
Wrapper around the Subnet object. This wrapper is used for pagination.
type SubnetEdge {# String used to identify this edge.cursor: String! # The actual Subnet object wrapped by this edge.node: Subnet! }