Versions in this module Expand all Collapse all v1 v1.0.0 Jul 22, 2024 Changes in this version + func NewExecutableSchema(cfg Config) graphql.ExecutableSchema + type ComplexityRoot struct + Query struct{ ... } + SpecRun struct{ ... } + SuiteRun struct{ ... } + Tag struct{ ... } + TestRun struct{ ... } + type Config struct + Complexity ComplexityRoot + Directives DirectiveRoot + Resolvers ResolverRoot + Schema *ast.Schema + type DirectiveRoot struct + type QueryResolver interface + TestRun func(ctx context.Context, testRunFilter modelv2.TestRunFilter) ([]*modelv2.TestRun, error) + TestRunByID func(ctx context.Context, id int) (*modelv2.TestRun, error) + TestRuns func(ctx context.Context) ([]*modelv2.TestRun, error) + type ResolverRoot interface + Query func() QueryResolver