not working with graphql v15
See original GitHub issuegraphql v15 is more strict about graphql fields
you need to move them to extensions
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@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.
I’ve pushed
graphql-yup-middleware@nextas 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.