Graeme Coupar

Results 103 issues of 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

📖 documentation

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...

✨ enhancement

- [ ] Update seed tutorial - [ ] Update git-lead-time - [x] Update triagebot - [x] Update private projects

📖 documentation

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...

🐞 bug
⚙️ generator

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...

✨ enhancement

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.

✨ enhancement

#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...

✨ enhancement
⚙️ generator

Split out of #57 - [ ] Copy buttons on the results tab (could leave this one till later) - [ ] Package up in a CLI or similar to...

✨ enhancement
⚙️ generator

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...

✨ enhancement