Add graphql support to node backend - #17
Conversation
take apollo apis as the datasources
584341a to
c7edb33
Compare
|
How will this be templated so that you can choose either GraphQL or REST? |
|
store.sqlite should not be checked in |
|
Can you strip down the functionality a bit? It doesn't need to be a full implementation of a feature (like you've done with "launch") but just an example of how to implement a query and mutation in GraphQL. It's less important to have a full usable feature and more important to show a good example that is going to be easy for a user to adapt when they create their own API. |
|
Can you add some documentation?
|
Yes, I can add them. |
Has removed. Thanks. |
added the following 2 snippets in zero-module.yml. Does it look good? |
enable automatic table creating for graphql testing
seperate example trip schema and resolver from the default ones
removed the original schema.js, resolvers and User.js
|
Just those last two things, I think! |
rename auth_whitelist to authAllowlist
pass local testing
pass CirculeCI build