Skip to content

bleaker0x/graphql-go-bigint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-go-bigint

GraphQL BigInt scalar for graphql-go. Can represent all numbers from the min and max range of Int64.

Installation and Usage

This project uses Go Modules.

To install it: go get github.com/jalavosus/graphql-go-bigint

To import it in your project: import "github.com/jalavosus/graphql-go-bigint"

Make sure that the installed version of graphql-go-bigint in your go.mod file reflects the latest git tag. As of writing, this is v0.1.0.

Actual usage

Use like any other graphql-go scalar type.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%