This repository was archived by the owner on Sep 24, 2025. It is now read-only.
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
robertkasza
approved these changes
Jun 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Type
enhancement, documentation
Description
Rename
graphql.postmethod tographql.requestthroughout codebaseUpdate all usage examples and documentation to use
requestRefactor GraphQL client interface and implementation for new method name
Update tests and demos to reflect API change
Changes walkthrough 📝
12 files
Rename GraphQL client method from post to requestUse graphql.request instead of post in profile fetchUse graphql.request for file fetchingReplace graphql.post with graphql.request in endpointsUse graphql.request for deleting security keysUse graphql.request for MFA status queryUse graphql.request for fetching security keysUse graphql.request for server-side file fetchReplace graphql.post with graphql.request for key queries/mutationsUse graphql.request for MFA status fetchUse graphql.request for file fetchingUse graphql.request in custom fetcher hook4 files
Update usage example to use graphql.requestUpdate API docs to reference graphql.request methodUpdate documentation example to use graphql.requestUpdate GraphQL fetcher example to use request3 files
Update tests to use graphql.request instead of postRefactor all GraphQL tests to use request methodUpdate error handling test to use graphql.request1 files
Bump auth version in configuration file