Skip to content

Commit

Permalink
update api extract
Browse files Browse the repository at this point in the history
  • Loading branch information
sundersc committed Jul 20, 2023
1 parent 9db6ffb commit fcfde28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/graphql-transformer-core/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ const readSchema: (projectDirectory: string) => Promise<{
export { readSchema as readProjectSchema }
export { readSchema }

// Warning: (ae-forgotten-export) The symbol "SchemaReaderConfig" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export const removeAmplifyInput: (schema: string) => SchemaReaderConfig;

// @public (undocumented)
export type ResolverConfig = {
project?: SyncConfig;
Expand Down

0 comments on commit fcfde28

Please sign in to comment.