ObjectPage
type ObjectPage
A page of items returned by the GraphQL server.
type ObjectPage struct {
// Information about the page, such as the cursor and whether there are
// more pages.
PageInfo PageInfo
// The data returned by the server.
Data []*Object
}
func (*ObjectPage) Destroy
func (r *ObjectPage) Destroy()