aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/connections/gen_comment.go
Commit message (Collapse)AuthorAgeFilesLines
* graphql: fix two bugs in the connection codeMichael Muré2018-08-151-1/+4
| | | | | 1) totalCount was incorrect when not in the first page 2) pageInfo.Has{Previous,Next}Page was incorrect when using before or after
* graphql: expose startCursor and endCursor as well for a connectionMichael Muré2018-08-141-6/+19
|
* fix some linting troubleMichael Muré2018-08-131-0/+4
|
* graphql: simplify the requests with helpersMichael Muré2018-08-011-5/+13
|
* graphql: directly return a connection, cleaningMichael Muré2018-07-291-0/+83