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