Skip to content
Last updated

showBuiltInScalars

Built-in scalars:

  • Int
  • Float
  • String
  • Boolean
  • ID

Options

OptionTypeDescription
showBuiltInScalarsbooleanDisplay built-in GraphQL scalar types in the UI. Default: false.

Examples

Enable built-in scalars:

redocly.yaml
graphql:
  showBuiltInScalars: true

Resources