Names of the filter fields whose values are backed by a GraphQL enum.
Their values are wrapped so they are emitted as bare enum literals
(e.g. status: { in: [ACTIVE] }) rather than quoted strings when the
filter is inlined into the generated mutation document.
Names of the filter fields whose values are backed by a GraphQL enum. Their values are wrapped so they are emitted as bare enum literals (e.g.
status: { in: [ACTIVE] }) rather than quoted strings when the filter is inlined into the generated mutation document.