You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior console.log("@authenticated");
should be executed before console.log("subscribe authenticated", context.idTokenPayload, context.connectionParams);
But console.log("@authenticated");
is executed after every emitted value
Environment:
OS: Windows 10
@graphql-tools/...: 10.3.1
NodeJS: 20.14.0
Additional context
The text was updated successfully, but these errors were encountered:
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
To Reproduce Steps to reproduce the behavior:
Expected behavior
console.log("@authenticated");
should be executed before
console.log("subscribe authenticated", context.idTokenPayload, context.connectionParams);
But
console.log("@authenticated");
is executed after every emitted value
Environment:
@graphql-tools/...
: 10.3.1Additional context
The text was updated successfully, but these errors were encountered: