Getting Started
Typescript
Types are exported by the Nuxt GraphQL Middleware plugin and can be imported with the #graphql-operations alias.
for example:
import type { PostFragment, PageFragment } from '#graphql-operations'
Types are exported by the Nuxt GraphQL Middleware plugin and can be imported with the #graphql-operations alias.
for example:
import type { PostFragment, PageFragment } from '#graphql-operations'