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

I have a project which follows the "Simple Setup" example given in this project's README: https://github.com/mastertinner/graphql-jsonplaceholder/blob/master/src/index.ts#L19 I have configured eslint to run the recommended TypeScript linting rues. The code throws...

Make changes to tests or code as necessary to make tests pass. Removed support for node 10 and TypeScript < 4.1 to be inline with graphql.

It was outdated and lead to a 404

``` app.use( '/graphql', expressGraphQL((req, res) => ({ schema, context: { req, res, currentUser: req.user, db, confirmCurrentUser: (): void => { if (typeof req.user === 'undefined') { res.status(401) } } },...

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...

PR: dependency 📦

When i use graphql-sheild with graphql middleware it give me the above error. "express-graphql": "^0.12.0", "graphql-middleware": "^6.1.4", "graphql-shield": "^7.5.0", if anybody now please let me know,checked my type in sheild...

After seeing that the `graphql-ws` package is now a supported fetcher option merged in with PR #755, I was excited to try this functionality. I want to use this new...

Improvement of examples documentation. What led to this PR: https://github.com/graphql/graphql-js/discussions/3291