Automattic\WooCommerce\Vendor\GraphQL\Utils

BuildClientSchema::__constructpublicWC 1.0

Method of the class: BuildClientSchema{}

No Hooks.

Returns

null. Nothing (null).

Usage

$BuildClientSchema = new BuildClientSchema();
$BuildClientSchema->__construct( $introspectionQuery, $options );
$introspectionQuery(array) (required)
.
$options(array)
.
Default: []

BuildClientSchema::__construct() code WC 10.9.1

public function __construct(array $introspectionQuery, array $options = [])
{
    $this->introspection = $introspectionQuery;
    $this->options = $options;
}