SCALAR

Money

The Money scalar type represents a signed double-precision fractional values parsed by the Decimal library. The Decimal appears in a JSON response as a string to preserve precision.

This scalar type only accepts Integers, Strings, Floats, and NULL as entries.

link GraphQL Schema definition

  • scalar Money

link Require by