vite-plugin-vue-gql
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -6,6 +6,5 @@ declare module 'vite-gql' { | ||
export function useQuery<T, V>(queryName?: string, variables: UseQueryArgs.variables, options?: UseQueryOptions): UseQueryResponse<T, V> | ||
export function useQuery<T, V>(variables?: UseQueryArgs.variables | null, options?: UseQueryOptions): UseQueryResponse<T, V> | ||
export function useQuery<T, V>(variables?: UseQueryArgs.variables | null, options?: UseQueryOptions): UseQueryResponse<T, V> | ||
export function useMutation<T, V>(query?: string): UseMutationResponse<T, V> | ||
export function useQuery<T = any, V = any>(variables?: UseQueryArgs.variables | null, options?: UseQueryOptions): UseQueryResponse<T, V> | ||
export function useQuery<T = any, V = any>(queryName?: string, variables: UseQueryArgs.variables, options?: UseQueryOptions): UseQueryResponse<T, V> | ||
export function useMutation<T = any, V = any>(query?: string): UseMutationResponse<T, V> | ||
} |
{ | ||
"name": "vite-plugin-vue-gql", | ||
"description": "Vue SFC GraphQL Block", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "module": "dist/index.mjs", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2424294
68762