-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: added TPS data for homepage for block and transaction graphs #555
Conversation
69cc74e
to
7ae4ecd
Compare
@@ -1022,4 +1024,26 @@ type VariableOutput { | |||
amount: U64! | |||
assetId: AssetId! | |||
to: Address! | |||
} | |||
|
|||
type TPS { |
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.
It should be inside explorer.graphql, not fuelcore.graphql, this file specifies the schema of the fuel core graphql...
[timeMinusOneDayRoundDownISO], | ||
); | ||
|
||
if (!blocksData) { |
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.
if (!blocksData.length)
also, run pnpm codegen |
No description provided.