-
Notifications
You must be signed in to change notification settings - Fork 58
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
Featured Kava Multi-Chain #55
Conversation
# Add the `@index` or `@index(unique: true)` annotation after any non-key field | ||
# https://academy.subquery.network/build/graphql.html#indexing-by-non-primary-key-field | ||
|
||
type Transfers @entity { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you combined Transfers and Transactions into the same entity to better show the point of how we can combine data from two datasets?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
id: ID! | ||
blockHeight: BigInt | ||
txHash: String | ||
fromAddress: String |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to map Cosmos Addresses to their Eth equivalent, if so, can you make an Account
entity with this mapping?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jamesbayly can you please take another look? |
No description provided.