issues Search Results · repo:graphql/graphql-js language:TypeScript
Filter by
1k results
(90 ms)1k results
ingraphql/graphql-js (press backspace or delete to remove)The docs for visit, https://www.graphql-js.org/api-v16/language/#visit mentions that the API can be called in four
different ways.
However, it looks like the implementation only supports three of those. ...
janmeier
- 1
- Opened 16 days ago
- #4466
https://github.com/graphql/graphql-js/blob/9032db1e4e55052bead6936359ecc5592c817f64/src/language/ast.ts#L591
(Is it ever possible to define an Object without any fields? Spec doesn t explicitly state ...
magicmark
- 3
- Opened on Jul 2
- #4449
https://github.com/graphql/graphql-js/blob/c18e9f6aada9ae086ddf836e4d822cf1426f3868/src/validation/rules/ValuesOfCorrectTypeRule.ts#L219
I ve hit a TypeError being thrown from this line when testing against ...
matthew-wozniczka
- 2
- Opened on Jun 27
- #4443
As discussed in the June 2025 GraphQL.js Working Group meeting (see YouTube recording, and also
https://github.com/graphql/graphql-js-wg/issues/161), that along with publishing (ideally pure) ESM, optimizing ...
jaydenseric
- 12
- Opened on Jun 27
- #4442
As the title, break change in v17.0.0-alpha.8 v17.0.0-alpha.9, but version is alpha, so can I use 17 in production, I
want to use @defer with apollo client.
Link: https://github.com/graphql/graphql-js/releases ...
uerbin
- Opened on Jun 16
- #4438
GraphQL JS has a function to validate a user schema, validateSchema().
This works well if the schema is a user schema not containing any of the builtin types.
In some cases though, we might want to validate ...
martinbonnin
- Opened on May 28
- #4415
In the full example, const root should be outside the const schema section, else there s a bunch of errors thrown. On
the upside, I had to study the code more thoughtfully to find the error, and I appreciate ...
rrarey
- 1
- Opened on May 22
- #4408
I was just looking over the source code around polymorphism and I think I found an issue here:
https://github.com/graphql/graphql-js/blob/7dd7812e2b8a9b0f2dc9272c62b462678fd8d1b5/src/execution/execute.ts#L1000-L1018 ...
bug
benjie
- Opened on Apr 22
- #4375
If an array is fed into input object coercion it should be rejected directly, rather than passing the object check and
then failing on the keys checks.
See this repro:
https://gist.github.com/benjie/58ba75340a85b0da4b403973bea2c5fb ...
benjie
- Opened on Apr 4
- #4365
The validateName function that is used to validate lots of schema parts is currently only checking that names are not
reserved:
https://github.com/graphql/graphql-js/blob/6b253e7159a6a6c64c05bcc6bb863fef5a42eeb7/src/type/validate.ts#L206-L217 ...
ab-pm
- 19
- Opened on Mar 24
- #4362

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.