0.1.2 • Published 3 years ago

@keystonejs-contrib-next/fields-bigint v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

BigInt

A bigInt field represents an bigint value, that represented in GraphQL as string.

Usage

This package isn't included with the keystone fields package and needs to be installed with yarn add @keystonejs-contrib-next/fields-bigint or npm install @keystonejs-contrib-next/fields-bigint

Then import it, and use it like any other field:

const { bigInt } = require('@keystonejs/fields-bigint');