-
Notifications
You must be signed in to change notification settings - Fork 1
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
Design new 2.0 SubSquid schema #5
Labels
schema
Requires changing schema
Comments
Any updates on this? |
@daiagi I will have call tomorrow with viki |
Open
3 tasks
6 tasks
@vikiival type Event implements EventType @entity {
id: ID!
blockNumber: BigInt
timestamp: DateTime!
caller: String!
currentOwner: String! # currentOwner
previousOwner: String! # previousOwner or sender
interaction: Interaction!
meta: String!
nft: NFTEntity!
# version: Int!
}
this should allow to create a resolver for the flippers tab in collection activity pretty straight forward i think |
Or maybe we can do a Flip entity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will take that time to design new Schema 2.0 😅
Originally posted by @vikiival in kodadot/nft-gallery#5388 (comment)
Tasks:
displayPrice
May need help from @exezbcz for task 1.
The text was updated successfully, but these errors were encountered: