Automattic\WooCommerce\Vendor\GraphQL\Type
SchemaValidationContext::__construct
Method of the class: SchemaValidationContext{}
No Hooks.
Returns
null. Nothing (null).
Usage
$SchemaValidationContext = new SchemaValidationContext(); $SchemaValidationContext->__construct( $schema );
- $schema(Schema) (required)
- .
SchemaValidationContext::__construct() SchemaValidationContext:: construct code WC 10.9.4
public function __construct(Schema $schema)
{
$this->schema = $schema;
$this->inputObjectCircularRefs = new InputObjectCircularRefs($this);
}