Skip to content
Snippets Groups Projects
Commit c517d347 authored by Éloïs's avatar Éloïs
Browse files

[fix] rfc gva: schema: add raw field for each document

parent 6e86e218
No related branches found
No related tags found
1 merge request!3WIP: RFC 3 : GraphQL API for Duniter Client
......@@ -161,6 +161,7 @@ type Membership {
idtyUsername: String!
idtyBlockstamp: Blockstamp!
signature: String!
raw: String!
written: Boolean!
}
......@@ -175,6 +176,7 @@ type Certification {
idtyBlockstamp: Blockstamp!
idtySig: String!
signature: String!
raw: String!
written: Boolean!
}
......@@ -187,6 +189,7 @@ type Revocation {
idtyBlockstamp: Blockstamp!
idtySig: String!
signature: String!
raw: String!
written: Boolean!
}
......@@ -198,6 +201,7 @@ type Identity {
blockstamp: Blockstamp!
usernameID: String!
signature: String!
raw: String!
written: Boolean!
membership: Membership
# Received certifications
......@@ -258,6 +262,7 @@ type Transaction {
comment: String!
signatures: [String!]!
hash: String!
raw: String!
written: Boolean!
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment