ОЛ
Size: a a a
ОЛ
Л
ОЛ
М
P@
ОЛ
М
А
ОЛ
А
AB
ОЛ
ОЛ
ОЛ
Starting introspection
graphql-js x 1,155 ops/sec ±1.55% (215 runs sampled)
graphql-jit x 5,961 ops/sec ±5.34% (216 runs sampled)
Starting fewResolvers
graphql-js x 14,313 ops/sec ±1.43% (224 runs sampled)
graphql-jit x 409,587 ops/sec ±1.08% (216 runs sampled)
Starting manyResolvers
graphql-js x 13,201 ops/sec ±1.50% (216 runs sampled)
graphql-jit x 229,025 ops/sec ±1.18% (216 runs sampled)
Starting nestedArrays
graphql-js x 108 ops/sec ±1.30% (216 runs sampled)
graphql-jit x 1,317 ops/sec ±2.38% (213 runs sampled)
Done in 141.94s.
SK
ОЛ
SK
SK
AM
ExecutionInput executionInput = ExecutionInput.newExecutionInput()И после этого кидаем, например, такой запрос:
.query(query)
.operationName(operationName);
.build();
{"query": "query {указав явно в поле "operationName" , но при этом не указав (или указав неправильный) operationName после query, как тут:
someField
}",
"operationName": "someOperationName"
{"query": "query someOperationName {Ну и в первом случае кинется GraphQLException.
someField
}",
"operationName": "someOperationName"
𝘂