Marks a value as a GraphQL enum so the query builder emits it unquoted (e.g. DESC, not "DESC").
DESC
"DESC"
Plain strings are always quoted and escaped; wrap a value with Enum whenever the API expects a GraphQL enum rather than a string literal.
Readonly
Marks a value as a GraphQL enum so the query builder emits it unquoted (e.g.
DESC, not"DESC").Plain strings are always quoted and escaped; wrap a value with Enum whenever the API expects a GraphQL enum rather than a string literal.