async-graphql/src/docs/scalar.md

9 lines
877 B
Markdown
Raw Normal View History

2021-11-20 03:16:48 +00:00
Define a Scalar
# Macro attributes
| Attribute | description | Type | Optional |
|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------|----------|
| name | Scalar name | string | Y |
| specified_by_url | Provide a specification URL for this scalar type, it must link to a human-readable specification of the data format, serialization and coercion rules for this scalar. | string | Y |