Skip to content

Commit

Permalink
update api extract with straggler from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Sep 4, 2024
1 parent 0a998d3 commit e69d68f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/appsync-modelgen-plugin/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export type ModelIntrospectionSchema = {
mutations?: SchemaMutations;
subscriptions?: SchemaSubscriptions;
inputs?: SchemaInputs;
generations?: SchemaGenerations;
conversations?: SchemaConversationRoutes;
};

Expand Down Expand Up @@ -188,6 +189,9 @@ export type SchemaEnum = {
// @public (undocumented)
export type SchemaEnums = Record<string, SchemaEnum>;

// @public (undocumented)
export type SchemaGenerations = SchemaQueries;

// @public (undocumented)
export type SchemaInputs = Record<string, Input>;

Expand Down

0 comments on commit e69d68f

Please sign in to comment.