aboutsummaryrefslogtreecommitdiffstats
path: root/graphql
Commit message (Collapse)AuthorAgeFilesLines
* graphql: move the mutations to a root Mutation typeMichael Muré2018-07-305-157/+154
|
* graphql: implement a first mutationMichael Muré2018-07-307-2/+176
|
* graphql: use an interface instead of an union for the operations for easier ↵Michael Muré2018-07-304-50/+6
| | | | query
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-298-65/+61
|
* graphql: document hackMichael Muré2018-07-291-0/+4
|
* graphql: lazy loading for the bug relay connectionMichael Muré2018-07-295-19/+67
|
* graphql: directly return a connection, cleaningMichael Muré2018-07-2918-1053/+480
|
* cleaningMichael Muré2018-07-2919-179/+4152
|
* follow go naming conventionMichael Muré2018-07-271-2/+2
|
* add a cache to support the graphql API and the future interactive CLI UIMichael Muré2018-07-251-11/+17
|
* bug: refactor to limit abstraction leak and to have a more reusable code for ↵Michael Muré2018-07-231-13/+6
| | | | the UIs
* graphql: add `allBugs` to root queryQuentin Gliech2018-07-221-0/+26
|
* Add title field to bugs in graphql schemaQuentin Gliech2018-07-221-0/+3
|
* graphql: Actually get the bugs from the repoQuentin Gliech2018-07-203-22/+89
|
* small cleaningMichael Muré2018-07-192-2/+2
|
* start of a graphql schema+typesMichael Muré2018-07-193-7/+66
|
* webui: add a primitive graphql handlerMichael Muré2018-07-192-0/+34