graphql-datasource icon indicating copy to clipboard operation
graphql-datasource copied to clipboard

Support for BigInt, BigDecimal datatypes

Open shwetaudacious opened this issue 4 years ago • 0 comments

Describe the bug

Datatypes such as BigInt, BigDecimal could not be represented in a graphical format. When I'm trying to integrate various graphs with values such as BigInt from the graphQL data sources. The error shows as "no graphable fields " or "no data". Below is a sample output from a datasource playground. image

Below is the response from Query inspector image

Expected behavior Values of datatypes such as BigInt and BigDecimal fetched from a graphQL to be represented in the graphs.

shwetaudacious avatar Jul 12 '21 19:07 shwetaudacious