Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules
QuerySecurityRule::getFragments
Method of the class: QuerySecurityRule{}
No Hooks.
Returns
Array
Usage
// protected - for code of main (parent) or child class $result = $this->getFragments(): array;
QuerySecurityRule::getFragments() QuerySecurityRule::getFragments code WC 10.9.4
protected function getFragments(): array
{
return $this->fragments;
}