fix: fix for requested changes pr #513
This commit is contained in:
parent
fd6f1a2fe0
commit
a6b6ebd0bc
3 changed files with 3 additions and 24 deletions
|
|
@ -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
|
||||
}
|
||||
`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue