aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers/operations.go
Commit message (Collapse)AuthorAgeFilesLines
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-091-14/+38
| | | | seconds
* more hash-->id fixesMichael Muré2019-08-131-1/+1
|
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-2/+43
|
* graphql: change mutations to respect the Relay specificationMichael Muré2019-06-161-1/+1
| | | | | | | https://facebook.github.io/relay/graphql/mutations.htm This specification also allow to expose a mutationId for fire and forget, as well as the created operation.
* Support gqlgen v0.8.3Amine Hilaly2019-04-091-12/+18
|
* graphql: add missing operationMichael Muré2018-10-071-2/+8
|
* bug: use a value embedding for OpBaseMichael Muré2018-10-011-20/+0
|
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-12/+11
|
* bug: add the optional field AvatarUrl to PersonMichael Muré2018-09-251-0/+20
|
* reorganize package for a more idomatic goMichael Muré2018-09-111-1/+1
|
* cleanup go importsMichael Muré2018-08-131-1/+2
|
* fix some linting troubleMichael Muré2018-08-131-1/+1
|
* graphql: directly return a connection, cleaningMichael Muré2018-07-291-4/+5
|
* cleaningMichael Muré2018-07-291-0/+54