aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/models
Commit message (Collapse)AuthorAgeFilesLines
* graphql: expose the new TimelineMichael Muré2018-09-292-0/+17
|
* docs & cleaningMichael Muré2018-09-161-0/+1
|
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-141-1/+12
| | | | fix #6
* cache: rename RootCache into MultiRepoCacheMichael Muré2018-09-021-2/+2
| | | | Underline the fact that it's fine to use RepoCache alone
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-4/+4
|
* graphql: expose startCursor and endCursor as well for a connectionMichael Muré2018-08-141-2/+4
|
* fix some linting troubleMichael Muré2018-08-131-0/+3
|
* graphql: simplify the requests with helpersMichael Muré2018-08-012-12/+15
|
* graphql: implement a first mutationMichael Muré2018-07-301-1/+8
|
* graphql: use an interface instead of an union for the operations for easier ↵Michael Muré2018-07-301-3/+2
| | | | query
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-291-0/+8
|
* graphql: directly return a connection, cleaningMichael Muré2018-07-292-0/+101