Build Nuxt 4 manager cabinet workflows
This commit is contained in:
1119
app/composables/graphql/generated.ts
Normal file
1119
app/composables/graphql/generated.ts
Normal file
File diff suppressed because it is too large
Load Diff
5
app/composables/useGqlClient.ts
Normal file
5
app/composables/useGqlClient.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { ApolloClient, NormalizedCacheObject } from '@apollo/client/core';
|
||||
|
||||
export function useGqlClient(): ApolloClient<NormalizedCacheObject> {
|
||||
return useNuxtApp().$apollo as ApolloClient<NormalizedCacheObject>;
|
||||
}
|
||||
Reference in New Issue
Block a user