fix: fix for requested changes pr #513

This commit is contained in:
Cesar 2020-11-17 11:00:14 +00:00 committed by Josh Harvey
parent fd6f1a2fe0
commit a6b6ebd0bc
3 changed files with 3 additions and 24 deletions

View file

@ -260,7 +260,7 @@ const typeDefs = gql`
createPairingTotem(name: String!): String
saveAccounts(accounts: JSONObject): JSONObject
revokeToken(token: String!): UserToken
deleteBlacklistRow(cryptoCode: String, address: String): Blacklist
deleteBlacklistRow(cryptoCode: String!, address: String!): Blacklist
insertBlacklistRow(cryptoCode: String!, address: String!): Blacklist
}
`