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 096d81d commit 64129c1Copy full SHA for 64129c1
src/nitro/index.ts
@@ -47,7 +47,7 @@ export * from './types'
47
* })
48
* ```
49
*/
50
-function graphqlModule(options?: NitroGraphQLOptions): Plugin & { nitro?: NitroModule } {
+function graphqlModule(options?: NitroGraphQLOptions): Plugin & { nitro: NitroModule } {
51
return {
52
name: 'nitro-graphql',
53
enforce: 'pre', // Run before other plugins to prevent Vite from transforming GraphQL files
0 commit comments