## API Report File for "@aws-amplify/graphql-transformer-migrator" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts // @public (undocumented) export function attemptV2TransformerMigration(resourceDir: string, apiName: string, featureFlags: { transformerVersion: number; improvePluralization: boolean; }, envName?: string): Promise; // @public (undocumented) export function revertV2Migration(resourceDir: string, envName: string): Promise; // Warning: (ae-forgotten-export) The symbol "SchemaDocument" needs to be exported by the entry point index.d.ts // // @public (undocumented) export function runMigration(schemas: SchemaDocument[], authMode: string): Promise; // (No @packageDocumentation comment for this package) ```