Commit a4adbc5
committed
Document why GraphQL is used over REST in listBranches
Two REST limitations make GraphQL necessary:
1. REST branches endpoint has no search/filter param (query is GraphQL-only)
2. REST only supports integer page offsets (per-edge cursors are GraphQL-only)1 parent ba15102 commit a4adbc5
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
786 | | - | |
787 | | - | |
788 | | - | |
789 | | - | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
790 | 795 | | |
791 | 796 | | |
792 | 797 | | |
| |||
0 commit comments