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

Extend timestamp and blockNumber fields #25

Open
milkyklim opened this issue Oct 24, 2020 · 1 comment
Open

Extend timestamp and blockNumber fields #25

milkyklim opened this issue Oct 24, 2020 · 1 comment
Labels
wontfix This will not be worked on

Comments

@milkyklim
Copy link
Contributor

milkyklim commented Oct 24, 2020

Check if timestamp and blockNumber can be replaced with

type Transaction @entity {
  id: ID!
  timestamp: BigInt!
  blockNumber: BigInt!
}

Problem is that Graph can not filter on non-top level fields.

@milkyklim
Copy link
Contributor Author

@milkyklim milkyklim added the wontfix This will not be worked on label Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant