Skip to content

fix(docs): Update iotagraphqlclient schema #7255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

vivekjain23
Copy link
Contributor

Description of change

This PR brings up the updation in the GraphQLClient doc to use the new schema.

Links to any relevant issues

fixes #7253

How the change has been tested

  • Basic tests (linting, compilation, formatting, unit/integration tests)
  • Patch-specific tests (correctness, functionality coverage)
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that new and existing unit tests pass locally with my changes

Release Notes

  • Protocol:
  • Nodes (Validators and Full nodes):
  • Indexer:
  • JSON-RPC:
  • GraphQL:
  • CLI:
  • Rust SDK:
  • REST API:

@vivekjain23 vivekjain23 requested a review from a team as a code owner June 6, 2025 08:15
Copy link

vercel bot commented Jun 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
apps-backend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 11, 2025 8:20am
rebased-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 11, 2025 8:20am
wallet-dashboard ✅ Ready (Inspect) Visit Preview Jun 11, 2025 8:20am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
apps-ui-kit ⬜️ Ignored (Inspect) Visit Preview Jun 11, 2025 8:20am

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jun 6, 2025
@iota-ci iota-ci added the devx Issues related to the DevX team label Jun 6, 2025
@github-project-automation github-project-automation bot moved this to Product Backlog in Developer Experience Jun 6, 2025
@vivekjain23 vivekjain23 moved this from Product Backlog to Under Review in Developer Experience Jun 6, 2025
Copy link
Contributor

github-actions bot commented Jun 6, 2025

✅ Vercel Preview Deployment is ready!

View Preview

@Ginowine
Copy link
Contributor

Just asking for clarification. Is there any reason you are not getting the gqlClient as you did in this PR? @vivekjain23

https://github.com/iotaledger/iota/pull/7256/files

@vivekjain23
Copy link
Contributor Author

Just asking for clarification. Is there any reason you are not getting the gqlClient as you did in this PR? @vivekjain23

https://github.com/iotaledger/iota/pull/7256/files

I get the point. I started working on the utility function, then found the schema and types had not been updated, so I created the issue, solved it, and continued on the utility function issue, which resulted in the same changes in both PRS 😅.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devx Issues related to the DevX team documentation Improvements or additions to documentation
Projects
Status: Under Review
Development

Successfully merging this pull request may close these issues.

Update the GraphQLClient docs as per new schema.
4 participants