Scalar

Represents scalar types such as Int, String, and Boolean. Scalars cannot have fields.

A GraphQL type designer should describe the data format and scalar coercion rules in the description field of any scalar.

Fields

  • kind must return __TypeKind.SCALAR .
  • name must return a String.
  • description may return a String or null .
  • All other fields must return null .

results matching ""

    No results matching ""