Interface: UnionMetadata
Defined in: packages/apollo/src/decorators/types.ts:207
Union
metadata.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description? | string | Description. | packages/apollo/src/decorators/types.ts:211 |
name? | string | Union name (defaults to class name). | packages/apollo/src/decorators/types.ts:209 |
resolveType? | (value) => string | null | Resolve type function. | packages/apollo/src/decorators/types.ts:215 |
types | Constructor<unknown>[] | Types in the union. | packages/apollo/src/decorators/types.ts:213 |