Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graphql: fix two bugs in the connection code | Michael Muré | 2018-08-15 | 1 | -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 connection | Michael Muré | 2018-08-14 | 1 | -6/+19 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -0/+4 |
| | |||||
* | graphql: simplify the requests with helpers | Michael Muré | 2018-08-01 | 1 | -5/+13 |
| | |||||
* | graphql: directly return a connection, cleaning | Michael Muré | 2018-07-29 | 1 | -0/+83 |