goldcaddy77 / warthog

GraphQL API Framework with strong conventions and auto-generated schema
https://warthog.dev/
MIT License
359 stars 38 forks source link

Native support for more specific types #454

Open goldcaddy77 opened 3 years ago

goldcaddy77 commented 3 years ago

From: @dzhelezov

Native support for long integers (ts type BigInt). It probably requires an opinionated choice of a suitable GraphQL scalar + numeric Postgres type.

goldcaddy77 commented 3 years ago

If part of this ticket requires additional GraphQL scalars, use https://www.graphql-scalars.dev/