Skip to content

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

Filter by

1k results
 (101 ms)

1k results

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

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 
    14 days ago
  • #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
  • 2
  • Opened 
    25 days ago
  • #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

There are a couple of Formatted...Result types that don t seem to be used anywhere. Therefore, they are also not checked for consistency. For instance, there is a FormattedCompletedResult, but not a FormattedPendingResult, ...
  • Cito
  • 7
  • Opened 
    on Jan 25
  • #4333

This part of your documentation is kind of worthless: var app = express() app.all( /graphql , createHandler({ schema: schema, rootValue: root, }) ) app.listen(4000) Why do you keep repeating ...
  • eldoy
  • 1
  • Opened 
    on Jan 17
  • #4330

@enisdenjo This export of GraphQLFormattedError should be prefaced with the type keyword to avoid it exporting as regular JS in your build process: https://github.com/graphql/graphql-js/blob/v15.10.0/src/error/formatError.js ...
bug
  • hackwater
  • 2
  • Opened 
    on Jan 13
  • #4325

Use case I m trying to introspect Gitlab API schema with default introspection query . Unfortunately Giltab API fails with the error: Query has complexity of 220, which exceeds max complexity of 217 ...
  • ThePlenkov
  • 3
  • Opened 
    on Jan 10
  • #4321
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! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub