Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
ImplementingType{}
export type GraphQLImplementingType = GraphQLObjectType | GraphQLInterfaceType;.
No Hooks.
Usage
$ImplementingType = new ImplementingType(); // use class methods
Methods
ImplementingType{} ImplementingType{} code WC 10.9.1
interface ImplementingType
{
public function implementsInterface(InterfaceType $interfaceType): bool;
/** @return array<int, InterfaceType> */
public function getInterfaces(): array;
}