Skip to content

Commit

Permalink
chore: add a 'api contract' comment to MIS preamble (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
palpatim authored May 24, 2024
1 parent 9e39dc1 commit fa4d5da
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// This file defines the Model Introspection Schema contract between Amplify Data and its consumers, including:
// - Gen1 CLI
// - Gen1 Studio
// - Gen2 CLI
// - Gen2 Console
// - Gen2 data-client
//
// Any change to this file represents a change in that API, and must be reviewed as such.

/**
* Root Schema Representation
*/
Expand Down Expand Up @@ -129,4 +138,4 @@ export type Argument = {
isArray: boolean;
isRequired: boolean;
isArrayNullable?: boolean;
}
}

0 comments on commit fa4d5da

Please sign in to comment.