Refactor `PostGraphQLWithPaginationAsync()` to use `PostAsync()` and call `EnsureSuccessGraphQLResponse()`
Open
tech debt
- Dominant language
- C#
- Stars
- 478
- Forks
- 146
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
`PostGraphQLWithPaginationAsync()` should be refactored to use `PostAsync` instead of `SendAsync`, and to call `EnsureSuccessGraphQLResponse()` to ensure that the GraphQL query returned a successful response.
_Originally posted by @ArinGhazarian in https://github.com/github/gh-gei/pull/868#discussion_r1139338159_
Contributor guide
Assessment
This issue has not been assessed yet.