We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e39dc1 commit fa4d5daCopy full SHA for fa4d5da
packages/appsync-modelgen-plugin/src/interfaces/introspection/model-schema.ts
@@ -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
+
10
/**
11
* Root Schema Representation
12
*/
@@ -129,4 +138,4 @@ export type Argument = {
129
138
isArray: boolean;
130
139
isRequired: boolean;
131
140
isArrayNullable?: boolean;
132
-}
141
+}
0 commit comments