Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

UnmodifiedType{}interfaceWC 1.0

export type GraphQLUnmodifiedType = GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | GraphQLEnumType | GraphQLInputObjectType;

No Hooks.

Usage

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

Methods

No Methods in class.

UnmodifiedType{} code WC 10.9.1

interface UnmodifiedType {}