MCPcopy Index your code
hub / github.com/graphql-java/graphql-java / newGraphQL

Method newGraphQL

src/main/java/graphql/GraphQL.java:249–251  ·  view source on GitHub ↗

Helps you build a GraphQL object ready to execute queries @param graphQLSchema the schema to use @return a builder of GraphQL objects

(GraphQLSchema graphQLSchema)

Source from the content-addressed store, hash-verified

247 * @return a builder of GraphQL objects
248 */
249 public static Builder newGraphQL(GraphQLSchema graphQLSchema) {
250 return new Builder(graphQLSchema);
251 }
252
253 /**
254 * This helps you transform the current GraphQL object into another one by starting a builder with all

Callers 15

buildGraphQLMethod · 0.95
buildGraphQLMethod · 0.95
buildGraphQLMethod · 0.95
buildGraphQLMethod · 0.95
loadMethod · 0.95
setupMethod · 0.95
setupMethod · 0.95
buildGraphQLMethod · 0.95
setupMethod · 0.95
buildGraphQLMethod · 0.95
setupMethod · 0.95

Calls

no outgoing calls

Tested by 15

handleStarWarsMethod · 0.76
starWarsExampleMethod · 0.76
buildSchemaMethod · 0.76
chainedMethod · 0.76
fieldValidationMethod · 0.76
basicExampleMethod · 0.76
simpleQueryExecutionMethod · 0.76
buildSchemaMethod · 0.76
buildSchemaMethod · 0.76