Skip to content

Commit fa4d5da

Browse files
authored
chore: add a 'api contract' comment to MIS preamble (#850)
1 parent 9e39dc1 commit fa4d5da

File tree

1 file changed

+10
-1
lines changed
  • packages/appsync-modelgen-plugin/src/interfaces/introspection

1 file changed

+10
-1
lines changed

packages/appsync-modelgen-plugin/src/interfaces/introspection/model-schema.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
// This file defines the Model Introspection Schema contract between Amplify Data and its consumers, including:
2+
// - Gen1 CLI
3+
// - Gen1 Studio
4+
// - Gen2 CLI
5+
// - Gen2 Console
6+
// - Gen2 data-client
7+
//
8+
// Any change to this file represents a change in that API, and must be reviewed as such.
9+
110
/**
211
* Root Schema Representation
312
*/
@@ -129,4 +138,4 @@ export type Argument = {
129138
isArray: boolean;
130139
isRequired: boolean;
131140
isArrayNullable?: boolean;
132-
}
141+
}

0 commit comments

Comments
 (0)