fix: remove createdByOperator from blacklist type
fix: check for reused address
This commit is contained in:
parent
d7519d477e
commit
830b8132d0
2 changed files with 9 additions and 8 deletions
|
|
@ -2,7 +2,6 @@ const { gql } = require('apollo-server-express')
|
|||
|
||||
const typeDef = gql`
|
||||
type Blacklist {
|
||||
createdByOperator: Boolean!
|
||||
cryptoCode: String!
|
||||
address: String!
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue