Pavel Nikolov

Results 166 comments of Pavel Nikolov

@jblevins1991 I think that you have to start with a `.graphql` file and it should contain a schema. Schema-first seems to be that path of least resistance. This way the...

@jblevins1991 let's not mix configuration with documentation. The CLI can always have `--help` flag, just like any unix tool, and anyone can read more detailed documentation. Also, if used with...

I don’t want to compare or compete with other projects. Ideally, the design should focus on simplicity and ease of use. I would like to avoid configuration files and external...

Yes, something like that. What I meant by customizations was things like schema options, for example, use field resolvers etc. All schema options are opt-in.

Could you raise a PR with the command? I'd be happy to give you early feedback. It doesn't need to be fully working. Maybe we need to create a separate...

@cpunekar at the time of writing this, the library expects a schema (regardless of where you load it from, the library doesn't work with files/folders and probably never will).

@agnivade I am not aware of anyone working on this. Considering that it's still a draft maybe we need to mention in the release later that this feature will be...

Can you, please, provide a reproducible example?

What problem does this solve?

Is this related to #231 ?