You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.npmjs.com/package/vue-graphql-inject)
2
4
3
5
A simple way to use your GraphQL operations in a type-safe way with Vue!
4
-
It uses [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator) to generate the types everything.
6
+
It uses [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator) to generate the types.
5
7
6
8
### Quick start
7
9
As this package is dependent on [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator) you may first install it and create a config for it.
@@ -29,7 +31,16 @@ import { GraphQLInjectDefinition } from './generated/graphql-inject.ts'
0 commit comments