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 1d234ca commit 397b675Copy full SHA for 397b675
src/module.ts
@@ -13,6 +13,8 @@ import { prepareContext, GqlContext, prepareOperations, prepareTemplate, mockTem
13
14
const logger = useLogger('nuxt-graphql-client')
15
16
+export type ModuleOptions = Partial<GqlConfig>
17
+
18
export default defineNuxtModule<GqlConfig>({
19
meta: {
20
name,
0 commit comments