Skip to content

Commit

Permalink
chore: extract api
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Sep 22, 2023
1 parent dafa023 commit 34b61dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql-generator/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type GenerateModelsOptions = {
directives: string;
generateIndexRules?: boolean;
emitAuthProvider?: boolean;
useExperimentalPipelinedTranformer?: boolean;
useExperimentalPipelinedTransformer?: boolean;
transformerVersion?: boolean;
respectPrimaryKeyAttributesOnConnectionField?: boolean;
generateModelsForLazyLoadAndCustomSelectionSet?: boolean;
Expand Down

0 comments on commit 34b61dd

Please sign in to comment.