Package graphql.normalized.nf
package graphql.normalized.nf
-
ClassesClassDescriptionAn
NormalizedField
represents a field in an executable graphql operation.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.This class can take a list ofNormalizedField
s and compiling out a normalised operationDocument
that would represent how those fields may be executed.The result is aDocument
and a map of variables that would go with that document.