Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
InputType{}
export type InputType =
| ScalarType
| EnumType
| InputObjectType
| ListOfType<InputType>
| NonNull<
| ScalarType
| EnumType
| InputObjectType
| ListOfType<InputType>, >;.
No Hooks.
Usage
$InputType = new InputType(); // use class methods
Methods
No Methods in class.InputType{} InputType{} code WC 10.9.4
interface InputType {}