<name> — GraphQL Custom Scalar
“Author – <github user name> “
“Date – <the date of the first publication in YYYY-MM-DD format>”
This template is meant to be copied and modified. This template is meant for Scalars which are not based on the built-in String Scalar
License and Copyright
Copyright © GraphQL contributors. This specification is licensed under OWFa 1.0.
1Overview
Provide an overview of what this Scalar does and provide any background information.
2Name
Provide a recommended Scalar name and list alternatives, if available.
3Result JSON spec
Define which JSON values can be returned.
Provide positive and negative examples of JSON values.
4Literal Input spec
Define which GraphQL Literals are accepted as input.
Provide positive and negative examples of literals.
5Raw Input JSON spec
Define which JSON values are accepted as input.
Provide positive and negative examples of JSON values.
6References
List external references, other background information etc.