useImmediateIntrospection assumes introspection query by default
|
let isIntrospectionOnly = true; |
and sets it to false when validation fails.
and when the validation is skipped then this will stay true ... so for the next run context creation is skipped for all queries.
useImmediateIntrospection assumes introspection query by default
envelop/packages/plugins/immediate-introspection/src/index.ts
Line 39 in e45066c
and when the validation is skipped then this will stay true ... so for the next run context creation is skipped for all queries.