Uses of Class
graphql.ParseAndValidateResult
Packages that use ParseAndValidateResult
-
Uses of ParseAndValidateResult in graphql
Methods in graphql that return ParseAndValidateResultModifier and TypeMethodDescriptionParseAndValidateResult.Builder.build()
private ParseAndValidateResult
GraphQL.parse
(ExecutionInput executionInput, GraphQLSchema graphQLSchema, InstrumentationState instrumentationState) static ParseAndValidateResult
ParseAndValidate.parse
(@NotNull ExecutionInput executionInput) This can be called to parse (but not validate) a graphql query.static ParseAndValidateResult
ParseAndValidate.parseAndValidate
(@NotNull GraphQLSchema graphQLSchema, @NotNull ExecutionInput executionInput) This can be called to parse and validate a graphql query against a schema, which is useful if you want to know if it would be acceptable for execution.ParseAndValidateResult.transform
(Consumer<ParseAndValidateResult.Builder> builderConsumer)