Class ExecutableNormalizedOperationToAstCompiler

java.lang.Object
graphql.normalized.ExecutableNormalizedOperationToAstCompiler

@PublicApi public class ExecutableNormalizedOperationToAstCompiler extends Object
This class can take a list of ExecutableNormalizedFields and compiling out a normalised operation Document that would represent how those fields may be executed.

This is essentially the reverse of ExecutableNormalizedOperationFactory which takes operation text and makes ExecutableNormalizedFields from it, this takes ExecutableNormalizedFields and makes operation text from it.

You could for example send that operation text onto to some other graphql server if it has the same schema as the one provided.