- Install all dependencies, either
yarn
ornpm install
node index.js
- Visit
http://localhost:300(0|1)/graphql
(Doesn't really matter) - Create two tabs with distinct endpoints of
http://localhost:300(0|1)/graphql
with the following content:
query {
fire
}
- Observe the results of both queries. Either argue that this is a bug or is an intended behavior