You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/console/data/data-model.mdx
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,4 +60,25 @@ Applications that use an Amplify GraphQL API have limited feature availability i
60
60
-[Binding UI Components to data](../uibuilder/databinding/), and [generating Collections](../uibuilder/collections/) is not supported
61
61
-[Binding Forms to data, and auto-generated forms](../formbuilder/overview/) are not supported
62
62
63
-
To get access to these features, turn on DataStore and select a Conflict Resolution strategy.
63
+
To get access to these features, turn on DataStore and select a Conflict Resolution strategy.
64
+
65
+
### Unsupported directives and field-level parameters
66
+
67
+
If a data model contains unsupported directives or field-level parameters the **Visual editor** under Data modeling and **Data manager** under Content will not be available to use. However, you can continue using other Amplify Studio features and use the Amplify CLI to make modifications to GraphQL schemas.
0 commit comments