chore: update nuxt-graphql

This commit is contained in:
2026-01-21 20:37:15 -05:00
parent 341b0d6e9d
commit cdcb09e24b
6 changed files with 329 additions and 328 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { NodePageFragment } from "#graphql/fragments";
import type { NodePageFragment } from "#graphql/operations";
defineProps<NodePageFragment>();
</script>