Skip to content

Commit e61eb50

Browse files
feat: update GraphQL client import paths and add ofetch utility for GraphQL requests
1 parent 46ef51a commit e61eb50

File tree

6 files changed

+500
-14
lines changed

6 files changed

+500
-14
lines changed

playground-nuxt/app/app.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
</template>
66

77
<script setup lang="ts">
8+
89
useHead({
910
title: 'Nuxt + nitro-graphql Example',
1011
meta: [
1112
{ name: 'description', content: 'Testing nitro-graphql module with Nuxt.js' }
1213
]
1314
})
15+
1416
</script>
1517

1618
<style>

0 commit comments

Comments
 (0)