Tobias Klemmer
Tobias Klemmer
Generating query arguments now with this: [create-graphql-server-query-arguments, you meant anything like that?](https://github.com/tobkle/create-graphql-server-query-arguments)
Thanks Tom for developing this. I still like the idea of having a NodeJS GraphQL generator and I also learnt a lot while working with it. Recently I was working...
Can work on the code generator soon, after the npm package for the authorization part. I'm ok with the branch. Do you create it?
Did the change. First prototype of the adjusted generator is running. Tests are passing. Except for the yarn.lock on CircleCI. Had it run with npm instead of yarn the last...
Have now two active branches master (this) and another one, where I've integrated both, Authorizations and Query Arguments.
Don't mind. Whenever you have the time. Have learnt a lot on this project so far. Thanks for your work.
Collecting ideas: * **Alternative 1:** Providing a CGS command **add-auth-for-type** or something like, which is asking for authorization options to be selected by the user * **Alternative 2:** Providing a...
Created a prototype for the authorization. Please have a look in the README.md here: https://github.com/tobkle/create-graphql-server It is not yet fully implemented and tested, but you may see the idea behind...
opened a new branch '[authorization](https://github.com/tobkle/create-graphql-server/compare/authorization)' based on your last master to do what you've suggested: **It all starts by defining type files such as in test/input:** * [test/input/User.graphql:](https://github.com/tobkle/create-graphql-server/blob/authorization/test/input/User.graphql) Added directive...
* did some error corrections on branch "authorization" * added further authorization tests in output-app-end-to-end test to check with different users and roles