Przejdź do głównej zawartości

BotProtectionInfo

Bot protection configuration (platform-level)

type BotProtectionInfo {
fallback: BotProtectionProviderInfo
primary: BotProtectionProviderInfo!
protectedOperations: [String!]!
}

Fields

BotProtectionInfo.fallback ● BotProtectionProviderInfo object

Fallback provider

BotProtectionInfo.primary ● BotProtectionProviderInfo! non-null object

Primary provider

BotProtectionInfo.protectedOperations ● [String!]! non-null scalar

GraphQL operation names requiring verification

Member Of

Shop object