Skip to main content

WhitelistItemInput

Input for addWhitelistItem.

input WhitelistItemInput {
type: WhitelistItemType!
value: String!
note: String
}

Fields

WhitelistItemInput.type ● WhitelistItemType! non-null enum

Payment attribute this rule should match against.

WhitelistItemInput.value ● String! non-null scalar

Value to match. Format depends on type (email or session fingerprint).

WhitelistItemInput.note ● String scalar

Free-form note explaining why the rule is being added.

Member Of

addWhitelistItem mutation