Skip to main content

MovePackagePage

type MovePackagePage

A page of items returned by the GraphQL server.

type MovePackagePage struct {
// Information about the page, such as the cursor and whether there are
// more pages.
PageInfo PageInfo
// The data returned by the server.
Data []*MovePackage
}

func (*MovePackagePage) Destroy

func (r *MovePackagePage) Destroy()