aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/models/gen_models.go
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the webUI and API codeMichael Muré2020-06-271-324/+0
* graphql: server side take responsability to commitMichael Muré2020-02-121-32/+0
* graphql: use the cache in priority for fast browsing at < 20ms instead of sec...Michael Muré2020-02-091-18/+17
* graphql: make repository.validLabels a connectionMichael Muré2019-09-041-0/+12
* graphql: change mutations to respect the Relay specificationMichael Muré2019-06-161-0/+204
* Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-151-20/+20
* Support gqlgen v0.8.3Amine Hilaly2019-04-091-10/+24
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-011-0/+13
* graphql: now that it's possible, split the schema for clarityMichael Muré2018-12-231-0/+4
* upgrade gqlgen to v0.7.1Michael Muré2018-12-231-5/+7
* graphql: expose the new TimelineMichael Muré2018-09-291-0/+12
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-141-1/+12
* graphql: expose startCursor and endCursor as well for a connectionMichael Muré2018-08-141-2/+4
* graphql: simplify the requests with helpersMichael Muré2018-08-011-12/+8
* graphql: use an interface instead of an union for the operations for easier q...Michael Muré2018-07-301-3/+2
* graphql: directly return a connection, cleaningMichael Muré2018-07-291-0/+88