Interface: ScalarMetadata
Defined in: packages/apollo/src/decorators/types.ts:197
Scalar
metadata.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description? | string | Description. | packages/apollo/src/decorators/types.ts:201 |
name? | string | Scalar name (defaults to class name). | packages/apollo/src/decorators/types.ts:199 |
typeFn? | () => unknown | Type reference this scalar should handle (e.g. () => Date). | packages/apollo/src/decorators/types.ts:203 |