Package graphql.normalized.nf
Class NormalizedOperationToAstCompiler.CompilerResult
- java.lang.Object
-
- graphql.normalized.nf.NormalizedOperationToAstCompiler.CompilerResult
-
- Enclosing class:
- NormalizedOperationToAstCompiler
public static class NormalizedOperationToAstCompiler.CompilerResult extends java.lang.Object
The result is aDocument
and a map of variables that would go with that document.
-
-
Constructor Summary
Constructors Constructor Description CompilerResult(Document document, java.util.Map<java.lang.String,java.lang.Object> variables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Document
getDocument()
java.util.Map<java.lang.String,java.lang.Object>
getVariables()
-