fixed daohaus shares bug (#400)

This commit is contained in:
dan13ram
2021-03-11 18:06:19 +05:30
committed by GitHub
parent d0d558dc33
commit 2f3b57f94a
2 changed files with 8 additions and 8 deletions

View File

@@ -40,8 +40,8 @@ export const typeDefs = gql`
summoner: String!
title: String
version: String
totalShares: Int!
totalLoot: Int!
totalShares: String!
totalLoot: String!
}
type Member {
@@ -51,8 +51,8 @@ export const typeDefs = gql`
molochAddress: String!
memberAddress: String!
delegateKey: String!
shares: Int!
loot: Int
shares: String!
loot: String
exists: Boolean!
kicked: Boolean
}