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 ParseAndValidateResultGraphQL.parse(ExecutionInput executionInput, GraphQLSchema graphQLSchema, InstrumentationState instrumentationState) static ParseAndValidateResultParseAndValidate.parse(@NotNull ExecutionInput executionInput) This can be called to parse (but not validate) a graphql query.static ParseAndValidateResultParseAndValidate.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)