@k6js/contrib-fields-bigint
v0.1.0
Published
<!--[meta] section: api subSection: field-types title: bigInt [meta]-->
Downloads
2
Readme
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 k6-contrib/fields-bigint
or npm install @kk-contrib/fields-bigint
Then import it, and use it like any other field:
const { bigInt } = require('@k6-contrib/fields-bigint');