Skip to content

Commit

Permalink
fix: expose utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Diizzayy committed Mar 24, 2022
1 parent 6816b49 commit 97e2552
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
} from '@nuxt/kit'
import { name, version } from '../package.json'
import generate from './generate'
import { deepmerge } from './utils'
import { deepmerge } from './runtime/utils'
import { prepareContext, GqlContext, prepareOperations, prepareTemplate } from './context'

const logger = useLogger('nuxt-graphql-client')
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/composables.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { GraphQLClient } from 'graphql-request'
import type { Ref } from 'vue'
import { deepmerge } from '../utils'
import type { GqlClient, GqlConfig } from '../module'
import { deepmerge } from './utils'
import type { GqlClients } from '#build/gql'

import {
Expand Down
File renamed without changes.

0 comments on commit 97e2552

Please sign in to comment.