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

Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.

Results 8 graphql-http issues
Sort by recently updated
recently updated
newest added

Continuation of #29. Using `pull_request_target` as the trigger in workflows wont allow forks to change the workflows; meaning, new implementation audits PRs wont work - [we'd need to prepare](https://github.com/graphql/graphql-http/commit/6f0b6a7c254631884f55249bc57b3cdb17a21f60).

enhancement

**Screenshot** ``` SHOULD use 4xx or 5xx status codes on document validation failure when accepting application/graphql-response+json => ./test.ts:9:8 error: AssertionError: Test case is leaking 1 resource: - A fetch response...

enhancement

### Story As a GraphQL library maintainer I would like to be able to run HTTP spec audit locally to ensure my client/server remains compliant with the spec. ### Acceptance...

enhancement

For example, a server MAY support GET requests - if it does, it MUST do _this_ and _that_. Additionally something like "watershed readiness" checks; for example, express-graphql should pass the...

enhancement

https://css-tricks.com/adding-custom-github-badges-to-your-repo

enhancement

Writing any of these methods will through a TypeError of `Argument of type 'Request' is not assignable to parameter of type 'Request'. Property 'param' is missing in type 'Request' but...

Hello! I just started with my pet project using express and this library to serve my graphql endpoint, and I hit a snag when developing some authentication methods. It is...

Starting from 01.01.2025. the "Legacy Watershed" has passed and some audits have been promoted to MUSTs from SHOULDs.