gh-gei icon indicating copy to clipboard operation
gh-gei copied to clipboard

Refactor `PostGraphQLWithPaginationAsync()` to use `PostAsync()` and call `EnsureSuccessGraphQLResponse()`

Open timrogers opened this issue 2 years ago • 0 comments

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

timrogers avatar Mar 17 '23 19:03 timrogers