Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graphql: fix two bugs in the connection code | Michael Muré | 2018-08-15 | 4 | -4/+16 |
| | | | | | 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 | 4 | -24/+76 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 6 | -2/+27 |
| | |||||
* | graphql: simplify the requests with helpers | Michael Muré | 2018-08-01 | 4 | -16/+52 |
| | |||||
* | graphql: lazy loading for the bug relay connection | Michael Muré | 2018-07-29 | 4 | -18/+23 |
| | |||||
* | graphql: directly return a connection, cleaning | Michael Muré | 2018-07-29 | 5 | -0/+370 |