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