Automattic\WooCommerce\Vendor\GraphQL\Type

SchemaConfig::getQuerypublicWC 1.0

Method of the class: SchemaConfig{}

No Hooks.

Returns

MaybeLazyObjectType.

Usage

$SchemaConfig = new SchemaConfig();
$SchemaConfig->getQuery();

SchemaConfig::getQuery() code WC 11.0.1

public function getQuery()
{
    return $this->query;
}