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 ab13c4c commit f8b6d73Copy full SHA for f8b6d73
src/utils/type-generation.ts
@@ -233,7 +233,7 @@ async function generateMainClientTypes(nitro: Nitro) {
233
if (nitro.options.framework?.name === 'nuxt') {
234
// Always generate default service ofetch client (only if it doesn't exist)
235
generateNuxtOfetchClient(nitro.graphql.clientDir, 'default')
236
-
+
237
const externalServices = nitro.options.graphql?.externalServices || []
238
generateGraphQLIndexFile(nitro.graphql.clientDir, externalServices)
239
}
0 commit comments