Back to Developer Roadmap

Enums

src/data/roadmaps/graphql/content/[email protected]

4.0391 B
Original Source

Enums

Enums (enumeration types) are special scalars restricted to a particular set of allowed values. They validate arguments against allowed values and communicate through the type system that fields will always be one of a finite set of predefined options.

Visit the following resources to learn more: