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

Apologies if this is meant to go with the specification instead of this specific client, but I couldn't find much reference to the concept of context inside the official specification,...

needs exploration

Originally posted here: > https://apollographql.slack.com/archives/general/p1487368874010273 I'm trying to resolve some performance issues with large documents, and the problem (AFAICT) is due to the pruning of the document based on requested...

As a user of _graphql-js_, I want to use the latest, stable and secure version of it. I will check the [_release notes_](https://github.com/graphql/graphql-js/releases/tag/v16.0.0) and for the exemplary version 16, I'll...

documentation

Some libraries are having to copy the schemaPrinter code to do custom stuff to the output, (`@apollo/federation`, `type-graphql`). These libraries require outputting type and field level directives since this isn't...

enhancement

Similar to introspection, another way to probe a server for details about its schema is to submit invalid GraphQL documents so that the default validation rules provide data back. A...

needs exploration

Hullo! I’m upgrading some Apollo projects to GraphQL 16 and running into slight difficulties with enums. The context is that we have utilities which create or modify AST nodes: ```diff...

Depends on #3077 **Provides the "Value to Literal" methods in this [data flow chart](https://user-images.githubusercontent.com/50130/118379946-51ac5300-b593-11eb-839f-c483ecfbc875.png).** * Adds `valueToLiteral()` which takes an external input value and translates it to a literal, allowing...

PR: feature šŸš€

# Questions regarding how to use GraphQL Hi! I'm currently measuring the time taken for graphql to render and posting the results onto a diagnostics channel. Would a pr be...

# Problem `execute` was designed as a simple implementation that follows GraphQL specification. I think we should definitely for implementing anything that helps make it more usable in a typical...

discussion