apollo-server-bigint-issue
How to reproduce this issue
- Run
yarn start
. - Make a request to
http://localhost:4000/graphql
with the the following query (e.g. using Postman):
query Query {
region {
id
population
}
}
yarn start
.http://localhost:4000/graphql
with the the following query (e.g. using Postman):query Query {
region {
id
population
}
}