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

Fixing errors related to account and account delegation #331

Merged
merged 10 commits into from
Dec 18, 2024
Merged

Conversation

lassemand
Copy link
Contributor

@lassemand lassemand commented Dec 17, 2024

Purpose

{
  "data": null,
  "errors": [
    {
      "message": "Unknown field \"accountsMetrics\" on type \"Query\". Did you mean \"accountMetrics\", \"accountByAddress\"?",
      "locations": [
        {
          "line": 2,
          "column": 3
        }
      ]
    }
  ]
}

Changes

Modified name to be accountsMetrics for backwards compatibility
Added missing events to database structs conversion
CreatedAt is taking in an option making it not working.

@lassemand lassemand requested a review from limemloh December 18, 2024 11:56
@lassemand lassemand changed the title Fix account metrics format Fixing errors related to account and account delegation Dec 18, 2024
backend-rust/src/graphql_api.rs Outdated Show resolved Hide resolved
backend-rust/src/graphql_api.rs Show resolved Hide resolved
@lassemand lassemand merged commit 0ea2cba into main Dec 18, 2024
3 checks passed
@lassemand lassemand deleted the lma/fix/format branch December 18, 2024 13:27
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