Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

NullableType{}interfaceWC 1.0

export type GraphQLNullableType =
| GraphQLScalarType
| GraphQLObjectType
| GraphQLInterfaceType
| GraphQLUnionType
| GraphQLEnumType
| GraphQLInputObjectType
| GraphQLList<any>;

No Hooks.

Usage

$NullableType = new NullableType();
// use class methods

Methods

No Methods in class.

NullableType{} code WC 10.9.1

interface NullableType {}