graphql-relay
See original GitHub issueLooks like you removed graphql-relay as a dependency. I see that graphql/types/user.js still references it though:
import {
GraphQLObjectType,
GraphQLString,
} from 'graphql';
import {
globalIdField,
} from 'graphql-relay';
I end up with the following error:
[nodemon] 1.11.0 [nodemon] to restart at any time, enter
rs
[nodemon] watching: . [nodemon] startingbabel-node ./foundation/devServer
module.js:471 throw err; ^Error: Cannot find module ‘graphql-relay’
Is the plan to completely remove all use of relay?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:5 (1 by maintainers)
Top Results From Across the Web
React Relay
Relay's compiler aggregates and optimizes the data requirements for your entire app, so that they can be efficiently fetched in a single GraphQL...
Read more >graphql-relay - npm
This is a library to allow the easy creation of Relay-compliant servers using the GraphQL.js reference implementation of a GraphQL server. Build ...
Read more >graphql-relay - PyPI
GraphQL -relay-py is the Relay library for GraphQL-core. It allows the easy creation of Relay-compliant servers using GraphQL-core. GraphQL-Relay-Py is a Python ...
Read more >A deep-dive into Relay, the friendly & opinionated GraphQL ...
Relay is a JavaScript framework for declaratively fetching and managing GraphQL data. "Sounds approachable enough," you say? Not so fast.
Read more >GraphQL with React - Apollo vs Relay overview
optimization: The Relay compiler makes the structural approach actually worth it as it analyzes any GraphQL inside your code during build time ...
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
It doesn’t look it is on the master branch yet. The develop branch from andykenward’s clone has the fix. You can use his repo or just take the fix from https://github.com/andykenward/serverless-graphql-apollo/commit/ca3cbc5c1ffc06519982ed3902a010020259af7d too.
I’m stuck dead in the water. Here’s what I’ve done…
$ yarn
$ npm start
And I get this output…