Skip to main content

BlacklistItemInput

No description

input BlacklistItemInput {
type: BlacklistItemType!
value: String!
note: String
}

Fields

BlacklistItemInput.type ● BlacklistItemType! non-null enum

The type of the blacklist item

BlacklistItemInput.value ● String! non-null scalar

The value of the blacklist item, e.g. email, phone, ip, card, card_fingerprint, session_fingerprint

BlacklistItemInput.note ● String scalar

Optional note or reason for blacklisting

Member Of

addBlacklistItem mutation