Package graphql.normalized.nf
-
Class Summary Class Description NormalizedDocument NormalizedDocument.NormalizedOperationWithAssumedSkipIncludeVariables NormalizedDocumentFactory NormalizedDocumentFactory.Options NormalizedField AnNormalizedFieldrepresents a field in an executable graphql operation.NormalizedField.Builder NormalizedFieldsMerger NormalizedOperation ANormalizedOperationrepresent 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 ofNormalizedFields and compiling out a normalised operationDocumentthat would represent how those fields may be executed.NormalizedOperationToAstCompiler.CompilerResult The result is aDocumentand a map of variables that would go with that document.