Uses of Package
graphql.normalized
Packages that use graphql.normalized
-
Classes in graphql.normalized used by graphql.executionClassDescriptionAn
ExecutableNormalizedFieldrepresents a field in an executable graphql operation.AExecutableNormalizedOperationrepresent how the text of a graphql operation (sometimes known colloquially as a query) will be executed at runtime according to the graphql specification.An argument value with type information. -
Classes in graphql.normalized used by graphql.normalizedClassDescriptionAn
ExecutableNormalizedFieldrepresents a field in an executable graphql operation.AExecutableNormalizedOperationrepresent how the text of a graphql operation (sometimes known colloquially as a query) will be executed at runtime according to the graphql specification.The result is aDocumentand a map of variables that would go with that document.An argument value with type information.This accumulator class decides on whether to create a variable for a query argument and if so it tracks what variables were made.This predicate indicates whether a variable should be made for this field argument OR whether it will be compiled into a graphql AST literal. -
Classes in graphql.normalized used by graphql.schemaClassDescriptionAn
ExecutableNormalizedFieldrepresents a field in an executable graphql operation.