guledali

Results 21 comments of guledali

Oh forget about auto-completion, go to definition has never ever worked for me and even [github](https://github.com/) nodawayds provide a descent code-navigation. ![github](https://user-images.githubusercontent.com/20647282/111807107-e87dcb80-88d2-11eb-93c4-4ee6a5911b77.png)

Please add this information on the docs(https://www.graphql.yoga/) regarding deployment. Lately I have got used to using **continuous-deployment** with netlify for my frontend apps. I'm not sure what hosting providers offers...

@Weakky How do I test my resolvers for example take the `deletePost` from https://github.com/prisma/yoga2/blob/master/examples/with-db/src/graphql/Mutation.ts How do I write a unit-test for it?

@Weakky Preconfigure[ `easygraphql-tester` and `jest`](https://github.com/EasyGraphQL/easygraphql-tester/tree/master/examples/jest) so that it works out of the box with **Yoga2**, it will make it easier to test graphql on the server and point people to...

@Weakky Handle fileupload #43 also I just read the part **_end of this month (March 2019)_** ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰ Other things that can be added to the list, a good...

@Weakky It would be nice if this was build into the framework somehow like out of the box solution.

@Weakky I know you're working on the docs right now could you at least add section on how to do `File Upload`

@notrab Doesn't graphql-ruby have something similar `rails g graphql:object Post id:ID! title:String! description:String!`

There is something like this already build in https://www.youtube.com/watch?v=3eoxXwllmpk&list=LL8bYS4kY0br718lE_ButosQ&index=9&t=311s If you ran `npm scaffold` or `yarn scaffold` you should be able to create datamodel and then the graphql-type.