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 08e9356 commit 752615cCopy full SHA for 752615c
src/pages/[platform]/build-a-backend/data/query-data/index.mdx
@@ -271,9 +271,9 @@ const fetchPosts = async () => {
271
<InlineFilter filters={['vue']}>
272
```ts
273
<script setup lang="ts">
274
+import type { Schema } from '../../../amplify/data/resource';
275
import { ref, onMounted } from 'vue';
276
import { generateClient, type SelectionSet } from 'aws-amplify/data';
-import type { Schema } from '../../../amplify/data/resource';
277
278
const client = generateClient<Schema>();
279
0 commit comments