Automattic\WooCommerce\Vendor\GraphQL\Utils
BuildClientSchema::__construct
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() BuildClientSchema:: construct code WC 10.9.1
public function __construct(array $introspectionQuery, array $options = [])
{
$this->introspection = $introspectionQuery;
$this->options = $options;
}