@graphql-reshape/scalars
v0.3.0
Published
A collections of custom graphql scalars
Downloads
9
Maintainers
Readme
@graphql-reshape/scalars
How to install
npm i @graphql-reshape/scalarsWhat is a custom scalar?
The GraphQL specification has the following scalars types:
IntFloatStringBooleanID
Custom scalars extend this to include other common types and/or validations.
How to use
Add a custom resolver mapping for the scalar being used.
