Built-in scalars:
- Int
- Float
- String
- Boolean
- ID
Option | Type | Description |
---|---|---|
showBuiltInScalars | boolean | Display built-in GraphQL scalar types in the UI. Default: false . |
Enable built-in scalars:
redocly.yaml
graphql:
showBuiltInScalars: true
- GraphQL configuration - Complete configuration reference for GraphQL docs
- GraphQL - Official GraphQL specification and documentation