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