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

A reference implementation of GraphQL for JavaScript

Results 322 graphql-js issues
Sort by recently updated
recently updated
newest added

When comparing two GraphQL schemas and finding breaking changes between them, I'd propose to not only describe the found changes in a textual way (`myType.field changed type from String to...

# Validations in GraphQL-js I would like to open a discussion around validation. I think could be a great idea **permit validation in input elements**: `GraphQLInputField` and `GraphQLArgument`. This would...

help wanted

I noticed a difference in how specified (standard) directives are added by `buildASTSchema` vs `buildClientSchema`. In the former function, the specified directives [are added](https://github.com/graphql/graphql-js/blob/90bd6ff72625173dd39a1f82cfad9336cfad8f65/src/utilities/buildASTSchema.ts#L83) automatically if they are missing. In...

Resolves https://github.com/graphql/graphql-js/issues/2020 I initially thought about implementing this as https://github.com/graphql/graphql-js/issues/2020#issuecomment-866798901, but really could not think of a good use case where a directive should be printed in a modified way....

TODO: write a description Extracted from #1199

enhancement

When a parsing error occurs, graphql reports cryptic errors that are often hard to locate E.g. Syntax Error: Expected Name, found "!". The problem is that, if you know where...

Hi, Currently the type of `source` argument in `isTypeOf` is `TSource` (the source type of `GraphQLObjectType`), but I think it is wrong since `isTypeOf` may be called with a source...

PR: breaking change 💥

Hi, a simple import statement in node like ``` import { GraphQLObjectType } from 'graphql'; ``` results in a syntax error: ``` SyntaxError: The requested module 'graphql' does not provide...

bug

# Feature request Another feature that is extremely useful and utils are lacking it: merging ast trees. Primary use case: merging two queries (selections) to dynamically construct queries. There are...

help wanted
proposal

Track all docs related issues for GraphQL.JS open in [`graphql/graphql-js`](https://github.com/graphql/graphql-js), [`graphql/graphql.github.io`](https://github.com/graphql/graphql.github.io). - [x] #433 - [ ] #1368 - [ ] #2098 - [ ] #2206 - [x] #2244 -...

documentation