Documentation
¶
Overview ¶
Package evaluator contains the logic responsible for evaluating schema & query GraphQL Abstract Syntax Tree [AST]. It orchestrates the generation of the code by using visitor & generator packages.
Package evaluator contains the logic responsible for evaluating schema & query GraphQL Abstract Syntax Tree [AST]. It orchestrates the generation of the code by using visitor & generator packages.
Package evaluator contains the logic responsible for evaluating schema & query GraphQL Abstract Syntax Tree [AST]. It orchestrates the generation of the code by using visitor & generator packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdditionalInfo ¶
AdditionalInfo stores all optional arguments passed to grafikgen through CLI as flags.
type Evaluator ¶
Evaluator provides a contract for evaluator and is being used as a return type of New instead of a pointer.
func New ¶
func New(schema *ast.Schema, queryDocument *ast.QueryDocument, additionalInfo AdditionalInfo) Evaluator
New function creates an instance of evaluator.