Skip to content

Commit

Permalink
update API and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyu99 committed Jan 17, 2025
1 parent 7b2d567 commit b9f9798
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/amplify-graphql-validate-transformer/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
```ts

import { TransformerContextProvider } from '@aws-amplify/graphql-transformer-interfaces';
import { TransformerPluginBase } from '@aws-amplify/graphql-transformer-core';

// @public (undocumented)
export class ValidateTransformer extends TransformerPluginBase {
constructor();
// (undocumented)
generateResolvers: (ctx: TransformerContextProvider) => void;
}

// (No @packageDocumentation comment for this package)
Expand Down

0 comments on commit b9f9798

Please sign in to comment.