fix: remove createdByOperator from blacklist type

fix: check for reused address
This commit is contained in:
Sérgio Salgado 2021-06-28 18:47:56 +01:00 committed by Josh Harvey
parent d7519d477e
commit 830b8132d0
2 changed files with 9 additions and 8 deletions

View file

@ -2,7 +2,6 @@ const { gql } = require('apollo-server-express')
const typeDef = gql`
type Blacklist {
createdByOperator: Boolean!
cryptoCode: String!
address: String!
}