Show / Hide Table of Contents

    Class HasuraSQLSimplifierTransformer

    Represents the hasura sql simplifier transformer.

    Inheritance
    Object
    HasuraSQLSimplifierTransformer
    Namespace: Platform.RegularExpressions.Transformer.HasuraSQLSimplifier
    Assembly: Platform.RegularExpressions.Transformer.HasuraSQLSimplifier.dll
    Syntax
    public class HasuraSQLSimplifierTransformer : TextTransformer

    Constructors

    | Improve this Doc View Source

    HasuraSQLSimplifierTransformer()

    Initializes a new HasuraSQLSimplifierTransformer instance.

    Declaration
    public HasuraSQLSimplifierTransformer()

    Fields

    | Improve this Doc View Source

    DefaultRules

    The to list.

    Declaration
    public static readonly IList<ISubstitutionRule> DefaultRules
    Field Value
    Type Description
    IList<ISubstitutionRule>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX