Back to Developer Roadmap

Scalars

src/data/roadmaps/graphql/content/scalars@U-tLelmNQtR-pUq-sxU_2.md

4.0449 B
Original Source

Scalars

Scalars are "leaf" values in GraphQL representing primitive data types. Built-in scalars include String, Int, Float, Boolean, and ID for unique identifiers. Custom scalars can be defined for specific needs like dates, JSON, or large integers, extending the type system beyond basic primitives.

Visit the following resources to learn more: