aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/graph
Commit message (Expand)AuthorAgeFilesLines
* graphql: manually fix the generated code, gix the graphql handlerMichael Muré2018-09-291-10/+10
* bug: add the optional field AvatarUrl to PersonMichael Muré2018-09-251-38/+91
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-141-1876/+4092
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-121-2/+2
* reorganize package for a more idomatic goMichael Muré2018-09-111-14/+14
* graphql: AllBugs now accept a queryMichael Muré2018-09-111-5/+22
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-231-8/+33
* bug: add "was" on SetTitleOperation to store what the title wasMichael Muré2018-08-151-0/+14
* graphql: expose startCursor and endCursor as well for a connectionMichael Muré2018-08-141-2/+28
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-12/+123
* termui: show the last edit in a dedicated columnMichael Muré2018-08-021-16/+56
* graphql: implement the missing mutationsMichael Muré2018-08-011-0/+396
* graphql: simplify the requests with helpersMichael Muré2018-08-011-110/+278
* graphql: move the mutations to a root Mutation typeMichael Muré2018-07-301-128/+111
* graphql: implement a first mutationMichael Muré2018-07-301-1/+128
* graphql: use an interface instead of an union for the operations for easier q...Michael Muré2018-07-301-38/+2
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-291-0/+2626