Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

InputType{}interfaceWC 1.0

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{} code WC 10.9.4

interface InputType {}