node-graphql-server icon indicating copy to clipboard operation
node-graphql-server copied to clipboard

Also replace project name in `.graphqlconfig` when installing

Open kbrandwijk opened this issue 7 years ago • 2 comments

Add an extra replaceInFile to install.js to replace app with the actual project name.

kbrandwijk avatar Dec 16 '17 05:12 kbrandwijk

From @schickling in #31:

Would love to hear other thoughts on this. So far we've gotten good feedback on abstractly calling the main GraphQL server application app.

kbrandwijk avatar Dec 16 '17 15:12 kbrandwijk

This is now implemented in the new install workflow.

Edit: no, it's not. I mixed this up with the service name in graphcool.yml. 🙂

marktani avatar Jan 08 '18 13:01 marktani