question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

not working with graphql v15

See original GitHub issue

graphql v15 is more strict about graphql fields

you need to move them to extensions

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
JCMaiscommented, Apr 23, 2020

@mymywang it’s related to this proposal that was added on GraphQL 15: https://github.com/graphql/graphql-js/issues/1527

I should be able to do something about it this weekend.

2reactions
JCMaiscommented, May 3, 2020

I’ve pushed graphql-yup-middleware@next as a pre-release version with support for the extensions field, the readme was updated accordingly. Anyone is welcome to test it and post feedback here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support graphql v15 · Issue #245
Hi, graphql-relay currently does not include graphql 15.0 as a supported peer depenency. Even though graphql 15 came with some breaking ...
Read more >
Migrating to Apollo Server 4
Apollo Server 4 removes the schemaHash field from GraphQLRequestContext . This field is an unstable hash of a JSON encoding resulting from running...
Read more >
GraphQL.js
This runs a query fetching the one field defined. The graphql function will first ensure the query is syntactically and semantically valid ...
Read more >
GraphQL Modules Not Showing After v14
GraphQL Modules Not Showing After v14 -> v15 FreePBX Upgrade ... I followed the step-by-step instructions on how to upgrade to the FreePBX...
Read more >
GraphQL Code Libraries, Tools and Services
A powerful JavaScript GraphQL client, designed to work well with React, React Native, ... import { rule, shield, and, or, not } from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found