Scalars

Specification

Scalars are created as instances of ScalarDefinition.

Built-in

  • Boolean
  • Int
  • ID
  • Float
  • String

Built-in scalars are automatically included in the schema. See Builder or ExecutableSchemaBuilder for more information on how to replace or remove them.

For example of how to add a custom scalar, see Custom Scalars.