Uses of Package
graphql.normalized
Packages that use graphql.normalized
-
Classes in graphql.normalized used by graphql.executionClassDescriptionAn
ExecutableNormalizedField
represents a field in an executable graphql operation.AExecutableNormalizedOperation
represent 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
ExecutableNormalizedField
represents a field in an executable graphql operation.AExecutableNormalizedOperation
represent 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 aDocument
and 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
ExecutableNormalizedField
represents a field in an executable graphql operation.