Automattic\WooCommerce\Api\Infrastructure\Schema
InputObjectType{}
Stable subclass of the underlying GraphQL engine's InputObjectType, used by autogenerated input types.
The constructor accepts the same associative-array config the current engine (webonyx) documents (keys: name, description, fields).
A metadata config key may also be provided; see ObjectType::get_metadata() for the semantics.
No Hooks.
Usage
$InputObjectType = new InputObjectType(); // use class methods
Methods
- public get_metadata()
- ERROR: no method name found on line ``
- ERROR: no method name found on line ``
- ERROR: no method name found on line ``
- ERROR: no method name found on line ``
- ERROR: no method name found on line ``
- ERROR: no method name found on line ``
- ERROR: no method name found on line ``
- ERROR: no method name found on line ``
- ERROR: no method name found on line ``
- ERROR: no method name found on line ``
- ERROR: no method name found on line ``
- ERROR: no method name found on line ``
- ERROR: no method name found on line ``
InputObjectType{} InputObjectType{} code WC 10.9.1
class InputObjectType extends \Automattic\WooCommerce\Vendor\GraphQL\Type\Definition\InputObjectType {
/**
* Type-level metadata entries declared in the config, keyed by name.
*
* @return array<string, bool|int|float|string|null>
*/
public function get_metadata(): array {
return $this->config['metadata'] ?? array();
}
}