Milos Grujic

Results 8 comments of Milos Grujic

Hey, I'm interested in working on this too, this would be my first contribution ever... Is it possible for two people to be working the same issue?

@patrick91 Thanks a bunch, can't wait to sink my teeth into this!

@patrick91 Hey, I'm implementing an optional recursive parameter for resolving import statements. This would allow for large schemes to be split up into files and still get parsed without calling...

@patrick91 I'm working on distinguishing required fields from optional. I approached the problem by comparing [swapi graphql](https://github.com/graphql/swapi-graphql/tree/master/src) schema and split it into files which are located at `tests/cli/helpers` folder, since...

Sure no problem, already implemented that, I'm wondering though about the description of the optional field. If a field has a description doesn't it need : ``` = strawberry.field( name="originalFieldName",...

Hey @patrick91 sorry for not being very active on this for a while, I've been buried at work an life :). So, I am up to a point where I...

> Hello, I'd be interested in helping with this if you need some peer review Yeah I need some help with this :). Thanks!

Hey, sorry for being passive about this I've been entangled by some work stuff. I'll push my version of code so far at this [repository](https://github.com/srbiotik/strawberry), you can run a test...