express-graphql icon indicating copy to clipboard operation
express-graphql copied to clipboard

Create a GraphQL HTTP server with Express.

Results 74 express-graphql issues
Sort by recently updated
recently updated
newest added

Closes #427. Closes #808. **Why** When runtime errors occur, tracing and logging is paramount to discern between incorrect user input or a faulty backend/frontend. To this end, tracing info can...

I just fixed the code reference in `README.md` after upgrading `execution/execute.js` to the TypeScript version.

https://github.com/graphql/express-graphql/pull/736 reverted something the community aligned behind changing, without addressing the concerns of the community. The author of said revert PR seems to be misreading their own link, since the...

On commit [b3ccce9](https://github.com/graphql/express-graphql/commit/b3ccce9e0ab0acad122522cb7860d54731f5e8d5) a query response containing only the `errors` field is forced to be a 500, however these errors could easily be coercion errors due to incorrect input types,...

When installing graphql and express-graphql, I am encountering this error unmet peer graphql@"^14.7.0 || ^15.3.0": found 16.5.0 Please update the packages to support the latest version of dependencies

I am getting this: ``` npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: [email protected] npm WARN Found: [email protected] npm WARN node_modules/graphql npm WARN peer graphql@"^14.7.0 || ^15.3.0" from...

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

PR: dependency 📦

Node 15 has become unsupported, so change it to node 16.

Currently I'm facing the 'Could not resolve dependency' err upon installing the express-graphql. Any info on this? Thanks guys!

Hi everyone! We need a help on Schema update. Our types are stored into DB. We want to update the GraphQL Schema on-the-fly when a type is updated. How can...