in GraphQL by
What is the use of Enums in GraphQL?

1 Answer

0 votes
by

The enum or enumeration type in GraphQL is a special kind of scalar used to define a type, including a list of allowed values.

...