Definition
Interfaces, Classes and Traits
- AbstractType
- CompositeType
- HasFieldsType
- ImplementingType
- export type GraphQLImplementingType = GraphQLObjectType | GraphQLInterfaceType;.
- InputType
- export type InputType = | ScalarType | EnumType | InputObjectType | ListOfType<InputType> | NonNull< | ScalarType | EnumType | InputObjectType | ListOfType<InputType>, >;.
- LeafType
- NamedType
- export type NamedType = | ScalarType | ObjectType | InterfaceType | UnionType | EnumType | InputObjectType;.
- NullableType
- OutputType
- UnmodifiedType
- WrappingType
- Argument
- BooleanType
- Scalar Type Definition.
- CustomScalarType
- Scalar Type Definition.
- Deprecated
- Description
- Directive
- EnumType
- Registry of built-in Automattic\WooCommerce\Vendor\GraphQL types and base class for all other types.
- EnumValueDefinition
- FieldDefinition
- FloatType
- Scalar Type Definition.
- IDType
- Scalar Type Definition.
- InputObjectField
- InputObjectType
- Registry of built-in Automattic\WooCommerce\Vendor\GraphQL types and base class for all other types.
- InterfaceType
- Registry of built-in Automattic\WooCommerce\Vendor\GraphQL types and base class for all other types.
- IntType
- Scalar Type Definition.
- ListOfType
- Registry of built-in Automattic\WooCommerce\Vendor\GraphQL types and base class for all other types.
- NonNull
- Registry of built-in Automattic\WooCommerce\Vendor\GraphQL types and base class for all other types.
- ObjectType
- Object Type Definition.
- PhpEnumType
- Registry of built-in Automattic\WooCommerce\Vendor\GraphQL types and base class for all other types.
- QueryPlan
- ResolveInfo
- Structure containing information useful for field resolution process.
- ScalarType
- Scalar Type Definition.
- StringType
- Scalar Type Definition.
- Type
- Registry of built-in Automattic\WooCommerce\Vendor\GraphQL types and base class for all other types.
- UnionType
- Registry of built-in Automattic\WooCommerce\Vendor\GraphQL types and base class for all other types.
- UnresolvedFieldDefinition
- HasFieldsTypeImplementation
- ImplementingTypeImplementation
- NamedTypeImplementation
