Versions in this module Expand all Collapse all v1 v1.17.92 Jul 1, 2026 Changes in this version + func NewExecutableSchema(cfg Config) graphql.ExecutableSchema + type ComplexityRoot struct + PageInfo struct{ ... } + Query struct{ ... } + User struct{ ... } + UserConnection struct{ ... } + UserEdge struct{ ... } + type Config = graphql.Config[ResolverRoot, DirectiveRoot, ComplexityRoot] + type DirectiveRoot struct + type QueryResolver interface + Users func(ctx context.Context, query *string, first *int, last *int, before *string, ...) (*models.UserConnection, error) + type ResolverRoot interface + Query func() QueryResolver