Graeme Coupar
Graeme Coupar
The book should have an examples section: - linking to the examples in the repo - Linking to examples in the wild - Suggesting adding any other known examples
Was pointed out in #88 that it would be good to have a way of downloading schemas as part of a build step. Right now you either have to commit...
- [ ] Update seed tutorial - [ ] Update git-lead-time - [x] Update triagebot - [x] Update private projects
The generator doesn't always do a good job of providing the right argument types if a queries arguments differ in type from where they're provided in a query. Given the...
Needs investigation
Bit awkward figuring out if a response contained errors just now, so might be nice to find a way to make it nicer. EIther helper methods, maybe something that can...
For some use cases, it might make sense to query for a schema at build time from a running server. Should think about supporting those use cases.
#132 added support for recursive queries to QueryFragment. This is an issue to track adding support for these to the generator. Probably just need to notice when a user has...
Split out of #57 - [ ] Copy buttons on the results tab (could leave this one till later) - [ ] Package up in a CLI or similar to...
The GraphQL schema supports [type extensions](https://spec.graphql.org/June2018/#sec-Type-Extensions). Currently cynic just ignores these, but it'd be good to support them. Presumably this can be fixed by adding a preprocessing step in our...