Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules
DisableIntrospection::introspectionDisabledMessage
Method of the class: DisableIntrospection{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = DisableIntrospection::introspectionDisabledMessage(): string;
DisableIntrospection::introspectionDisabledMessage() DisableIntrospection::introspectionDisabledMessage code WC 10.9.1
public static function introspectionDisabledMessage(): string
{
return 'Automattic\WooCommerce\Vendor\GraphQL introspection is not allowed, but the query contained __schema or __type';
}