Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
InputType{}
export type InputType =
| ScalarType
| EnumType
| InputObjectType
| ListOfType<InputType>
| NonNull<
| ScalarType
| EnumType
| InputObjectType
| ListOfType<InputType>, >;.
Хуков нет.
Использование
$InputType = new InputType(); // use class methods
Методы
Нет Методов у класса.Код InputType{} InputType{} WC 11.0.1
interface InputType {}