gh-gei
gh-gei copied to clipboard
Refactor `PostGraphQLWithPaginationAsync()` to use `PostAsync()` and call `EnsureSuccessGraphQLResponse()`
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