node_graphql_apollo_template icon indicating copy to clipboard operation
node_graphql_apollo_template copied to clipboard

Results 5 node_graphql_apollo_template issues
Sort by recently updated
recently updated
newest added

I tried to install all dependencies directly after git clone and `npm install` failed. ``` % npm install > [email protected] install /Users/[...]/node_graphql_apollo_template/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using needle...

As above. My code [img](https://gyazo.com/d08cfe0335878109abcbd6d31ee3db84) When You create more than one resolver typescript will throw an error. [img](https://gyazo.com/22a575b08cd98cc7ee0bb90b12c50498)

Hi. Can someone guide me how to write a logout function for this project? What needs to be done in order for that to be achieved?

When following the [tutorial](https://medium.com/@brianschardt/best-graphql-node-api-template-for-sql-jwt-2018-5e956b715143), I was able to execute the 'createUser' mutation successfully, but was unable to continue after the 'getUser' query. I made sure to include the bearer token...