Amplify Toolbox
    Preparing search index...
    type GenerationResult = {
        getResults: () => Promise<Record<string, string>>;
        writeToDirectory: (
            directoryPath: string,
        ) => Promise<GenerateGraphqlCodegenToFileResult>;
    }
    Index

    Properties

    getResults: () => Promise<Record<string, string>>
    writeToDirectory: (
        directoryPath: string,
    ) => Promise<GenerateGraphqlCodegenToFileResult>