Versions in this module Expand all Collapse all v2 v2.0.4 Apr 30, 2024 v2.0.3 Mar 17, 2024 Changes in this version + type Cursor struct + func Query(ctx context.Context, client *graphql.Client, query PagedQuery, ...) (*Cursor, error) + func (c *Cursor) Next() (any, error) + func (c *Cursor) Total() int + type PagedQuery interface + Get func(int) any + HasNextPage func() bool + Length func() int + NextPageVars func() map[string]any + Reset func() + Total func() int Other modules containing this package github.com/ossf/criticality_score