Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 648a671

Browse files
authored
fix the schema of validator (#50)
1 parent 2db1231 commit 648a671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imports/api/graphql/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ const typeDefs = gql`
167167
168168
type Validator{
169169
_id: String
170+
address: String!
170171
affiliation: String!
171172
blsPublicKey: String!
172173
ecdsaPublicKey: String!

0 commit comments

Comments
 (0)