Преглед изворни кода

query node - input schema account representation change

ondratra пре 4 година
родитељ
комит
b915fc81c5
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      query-node/schema.graphql

+ 2 - 2
query-node/schema.graphql

@@ -38,10 +38,10 @@ type Membership @entity {
   about: String
 
   "Member's controller account id"
-  controllerAccount: Bytes!
+  controllerAccount: String!
 
   "Member's root account id"
-  rootAccount: Bytes!
+  rootAccount: String!
 
   "Blocknumber when member was registered"
   registeredAtBlock: Block!