Skip to main content

DynamicFieldOutputPage

type DynamicFieldOutputPage

A page of items returned by the GraphQL server.

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

func (*DynamicFieldOutputPage) Destroy

func (r *DynamicFieldOutputPage) Destroy()