Package graphql.normalized.nf
package graphql.normalized.nf
-
ClassesClassDescriptionAn
NormalizedFieldrepresents a field in an executable graphql operation.ANormalizedOperationrepresent how the text of a graphql operation (sometimes known colloquially as a query) will be executed at runtime according to the graphql specification.This class can take a list ofNormalizedFields and compiling out a normalised operationDocumentthat would represent how those fields may be executed.The result is aDocumentand a map of variables that would go with that document.