Skip to main content

NameRegistrationPage

type NameRegistrationPage

A page of items returned by the GraphQL server.

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

func (*NameRegistrationPage) Destroy

func (r *NameRegistrationPage) Destroy()