Skip to content
Snippets Groups Projects
Commit 42b0e234 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Rename schema.graphql

[enh] Block: Add blockchainTime and humanTime
parent 4d268155
No related branches found
No related tags found
1 merge request!3WIP: RFC 3 : GraphQL API for Duniter Client
......@@ -357,7 +357,9 @@ type Block {
number: Int!
powMin: Int!
time: String!
mediantime: String!
medianTime: Int! @deprecated(reason: "Use `blockchainTime`.")
blockchainTime: Int!
humanTime: Int!
membersCount: Int!
monetaryMass: Int!
unitBase: Int!
......
......@@ -374,7 +374,7 @@ So the websoket channel path is automatically deducted from the optionnal path:
## API GraphQL Schema
See [schema.gql](../appendices/0003_RFC/schema.graphqls)
See [schema.gql](../appendices/0003_RFC/schema.graphql)
---
End of the document.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment