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
// Early return with useful warning if the schema file does not exist
32
+
// Early return with a warning if the schema file does not exist
32
33
if(!fs.existsSync(localSchemaPath)){
33
-
printer.warn(
34
-
`Could not find the GraphQL schema file at "${localSchemaPath}". Amplify Studio's schema editor might not work as intended if you're using multiple schema files.`,
`Could not find the GraphQL schema file at "${localSchemaPath}". Amplify Studio's schema editor might not work as intended if you're using multiple schema files.`,
0 commit comments