pnwkit 3.0 - v4.3.0
    Preparing search index...

    Class GraphQLEnum<T>

    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.

    Type Parameters

    • T extends string = string
    Index
    value: T