<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

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.

  1. 1Overview
  2. 2Name
  3. 3Result JSON spec
  4. 4Literal Input spec
  5. 5Raw Input JSON spec
  6. 6References