Skip to content

issues Search Results · repo:graphql/graphql-js language:TypeScript

Filter by

1k results
 (79 ms)

1k results

ingraphql/graphql-js (press backspace or delete to remove)

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 
    9 days ago
  • #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 
    14 days ago
  • #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 
    15 days ago
  • #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 
    26 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 
    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

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
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub