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