Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
doc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
common
doc
Commits
42b0e234
Commit
42b0e234
authored
5 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
[fix] Rename schema.graphql
[enh] Block: Add blockchainTime and humanTime
parent
4d268155
No related branches found
No related tags found
1 merge request
!3
WIP: RFC 3 : GraphQL API for Duniter Client
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
appendices/0003_RFC/schema.graphql
+3
-1
3 additions, 1 deletion
appendices/0003_RFC/schema.graphql
rfc/0003 RFC GraphQL API for Duniter Clients.md
+1
-1
1 addition, 1 deletion
rfc/0003 RFC GraphQL API for Duniter Clients.md
with
4 additions
and
2 deletions
appendices/0003_RFC/schema.graphql
s
→
appendices/0003_RFC/schema.graphql
+
3
−
1
View file @
42b0e234
...
...
@@ -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
!
...
...
This diff is collapsed.
Click to expand it.
rfc/0003 RFC GraphQL API for Duniter Clients.md
+
1
−
1
View file @
42b0e234
...
...
@@ -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.graphql
s
)
See
[
schema.gql
](
../appendices/0003_RFC/schema.graphql
)
---
End of the document.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment