Automattic\WooCommerce\Vendor\GraphQL\Type

TypeKind{}WC 1.0

No Hooks.

Usage

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

Methods

No Methods in class.

TypeKind{} code WC 10.9.1

class TypeKind
{
    public const SCALAR = 'SCALAR';
    public const OBJECT = 'OBJECT';
    public const INTERFACE = 'INTERFACE';
    public const UNION = 'UNION';
    public const ENUM = 'ENUM';
    public const INPUT_OBJECT = 'INPUT_OBJECT';
    public const LIST = 'LIST';
    public const NON_NULL = 'NON_NULL';
}