graphql/codegen/plugins/typescript/typescript-vue-apollo-smart-ops #8622
Replies: 2 comments 3 replies
-
Does this plugin support query on apollo cache? I am getting GraphQL Document Validation Error on "Cannot query field "xxx" on type "Query". Part of my schema type Group {
id: String!
members: [GroupMember]
} Query to read / write on cache: const memberQuery = gql`
query member($id: String!) {
member(id: $id) {
id
name
}
}
`; |
Beta Was this translation helpful? Give feedback.
3 replies
-
The vue-apollo-smart-ops has issues on vue3 as it depends on vue-class-component and vue-class-component is not supported on vue3, can you assist? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
graphql/codegen/plugins/typescript/typescript-vue-apollo-smart-ops
GraphQL Code Generator Documentation
https://the-guild.dev/graphql/codegen/plugins/typescript/typescript-vue-apollo-smart-ops
Beta Was this translation helpful? Give feedback.
All reactions