Package graphql.normalized.nf
-
Class Summary Class Description NormalizedDocument NormalizedDocument.NormalizedOperationWithAssumedSkipIncludeVariables NormalizedDocumentFactory NormalizedDocumentFactory.Options NormalizedField AnNormalizedField
represents a field in an executable graphql operation.NormalizedField.Builder NormalizedFieldsMerger NormalizedOperation ANormalizedOperation
represent how the text of a graphql operation (sometimes known colloquially as a query) will be executed at runtime according to the graphql specification.NormalizedOperationToAstCompiler This class can take a list ofNormalizedField
s and compiling out a normalised operationDocument
that would represent how those fields may be executed.NormalizedOperationToAstCompiler.CompilerResult The result is aDocument
and a map of variables that would go with that document.