Amplify Toolbox
    Preparing search index...

    Type Alias DocumentGenerationParameters

    type DocumentGenerationParameters = {
        maxDepth?: number;
        relativeTypesPath?: string;
        targetFormat: StatementsTarget;
        typenameIntrospection?: boolean;
    }
    Index

    Properties

    maxDepth?: number
    relativeTypesPath?: string
    targetFormat: StatementsTarget
    typenameIntrospection?: boolean