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

Unable to expose block height in stakelinkings graphql #7413

Closed
vega-paul opened this issue Jan 23, 2023 · 2 comments · Fixed by #7660
Closed

Unable to expose block height in stakelinkings graphql #7413

vega-paul opened this issue Jan 23, 2023 · 2 comments · Fixed by #7660
Assignees

Comments

@vega-paul
Copy link
Contributor

vega-paul commented Jan 23, 2023

Can we add block height to this query, its not available

query {
  party (id: "e5d7bb2a8d8866920b51e0ae38e1ce658dd8aecb8cf2cc9d4204b6be96f9ff4a")
    {
      id
    stakingSummary
    {linkings {
      edges {
        node {
          id
          amount
        }
      }
    }}
  }
}
@vega-paul vega-paul added the bug label Jan 23, 2023
@zale144
Copy link
Contributor

zale144 commented Jan 24, 2023

@vega-paul would that be foreign_block_height ?

@ze97286
Copy link
Contributor

ze97286 commented Feb 2, 2023

@vega-paul would that be foreign_block_height ?

yes

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

Successfully merging a pull request may close this issue.

5 participants