@the-gear/graphql-scalars
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

@the-gear/graphql-scalars

Build Status npm version dependencies Status devDependencies Status peerDependencies Status Greenkeeper badge

Custom GraphQL scalar types

import { GraphQLBigInt } from '@the-gear/graphql-scalars'; // BigInt
import { GraphQLCurrency } from '@the-gear/graphql-scalars'; // Currency
import { GraphQLDate } from '@the-gear/graphql-scalars'; // Date
import { GraphQLDecimalCurrency, DecimalCurrency } from '@the-gear/graphql-scalars';
import { GraphQLDecimal } from '@the-gear/graphql-scalars'; // Decimal
import { GraphQLJSON } from '@the-gear/graphql-scalars'; // JSON
import { GraphQLTimestamp } from '@the-gear/graphql-scalars'; // Timestamp

Thanks

Based on Typescript lib starter by Martin Hochel @martin_hotell

Package Sidebar

Install

npm i @the-gear/graphql-scalars

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

232 kB

Total Files

158

Last publish

Collaborators

  • langpavel