Skip to main content

CustomScalars

API Docs


Type Alias: CustomScalars

CustomScalars = object

Defined in: src/graphql/scalars/index.ts:18

Map of custom scalar types used in talawa api used to annotate the type of those scalars to the pothos schema builder intiializer for type-safe usage of those scalars in the pothos schema definitions.

Properties

BigInt

BigInt: _BigInt

Defined in: src/graphql/scalars/index.ts:19


Date

Date: _Date

Defined in: src/graphql/scalars/index.ts:20


DateTime

DateTime: DateTime

Defined in: src/graphql/scalars/index.ts:21


EmailAddress

EmailAddress: _EmailAddress

Defined in: src/graphql/scalars/index.ts:24


PhoneNumber

PhoneNumber: PhoneNumber

Defined in: src/graphql/scalars/index.ts:22


Upload

Upload: Upload

Defined in: src/graphql/scalars/index.ts:23