diff --git a/appendices/0003_RFC/schema.gql b/appendices/0003_RFC/schema.gql index 39570f09cbc91e2d333bc62c0f73fa92e22866db..b765efd43298b656ce6914eea6739a0ce453cff2 100644 --- a/appendices/0003_RFC/schema.gql +++ b/appendices/0003_RFC/schema.gql @@ -160,7 +160,8 @@ type Membership { membershipType: MembershipType! idtyUsername: String! idtyBlockstamp: Blockstamp! - signature: String! + 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! }