GraphQL Custom Scalars are an important feature of GraphQL, allowing users to define scalars that are not part of the built-in scalars.
The latest draft of the Custom Scalars specification is provided by the GraphQL Foundation.
We introduce a new directive named @scalarParam
exclusively for custom scalars.
This directive can be used to configure a custom scalar.
We provide a draft for this scalarParam specification.