Skip to content
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

Update GraphQL queries to reflect new schema changes #795

Merged
merged 13 commits into from
Oct 10, 2024

Conversation

steebchen
Copy link
Contributor

Adjusted AccountInfo, login, and create queries to align with the new schema, including changes to account controllers and finalizing login mutations. These updates ensure proper querying and mutation according to the updated backend structure.

Adjusted `AccountInfo`, `login`, and `create` queries to align with the new schema, including changes to account controllers and finalizing login mutations. These updates ensure proper querying and mutation according to the updated backend structure.
Copy link

vercel bot commented Oct 1, 2024

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

Name Status Preview Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview Oct 10, 2024 7:32pm
ui ✅ Ready (Inspect) Visit Preview Oct 10, 2024 7:32pm
ui-next ✅ Ready (Inspect) Visit Preview Oct 10, 2024 7:32pm

Adjusted `AccountInfo`, `login`, and `create` queries to align with the new schema, including changes to account controllers and finalizing login mutations. These updates ensure proper querying and mutation according to the updated backend structure.
Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.51%. Comparing base (3ec8056) to head (68fcba5).
Report is 22 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #795   +/-   ##
=======================================
  Coverage   68.51%   68.51%           
=======================================
  Files           4        4           
  Lines         108      108           
  Branches       36       36           
=======================================
  Hits           74       74           
  Misses         32       32           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -69,7 +69,7 @@ function Form({
appId: origin,
chainId,
rpcUrl,
address,
address: controllers[0].address,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@broody we should check how we can support multiple controllers

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah for sure, just getting gql to work for now, multi controller support and also multi signers will be a bigger PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fair

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants