issues Search Results · repo:graphql/graphql-js language:TypeScript
Filter by
1k results
(73 ms)1k results
ingraphql/graphql-js (press backspace or delete to remove)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 8 days ago
- #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 26 days ago
- #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
- 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
TypeScript 5.8 released a new feature for erasableSyntaxOnly. The output of generated schemas should not use enums.
jakeleventhal
- 1
- Opened on Mar 9
- #4356
Actual
Currently when executing the function getIntrospectionQuery with all the options enabled to true, it does produce the
following query that is invalid due the following errors: Cannot query field ...
chris-ramon
- 1
- Opened on Mar 5
- #4353
I think current example code makes ERROR.
const root = {
rollDice({ numDice, numSides }) {
const output = [];
for (const i = 0; i numDice; i++) {
output.push(1 + Math.floor(Math.random() ...
cykei
- 1
- Opened on Feb 18
- #4346
This is somewhat a mix of feature request and discussion .... one which I also kicked off in
https://github.com/spring-projects/spring-graphql/issues/1113 //
https://github.com/spring-projects/spring-graphql/issues/783 ...
frittentheke
- 2
- Opened on Jan 27
- #4334

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.