We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@graphql-codegen/urql-svelte-operations-store
Generated code imports OperationStore from @urql/svelte which is not a valid import
OperationStore
@urql/svelte
None
urql-svelte-operations-store
npm run codegen
The right import should be OperationResultStore
OperationResultStore
No response
graphql
@graphql-codegen/*
import type { CodegenConfig } from "@graphql-codegen/cli"; const config: CodegenConfig = { overwrite: true, schema: "http://localhost:8080", documents: "src/lib/services/graphql/requests/**/*.ts", generates: { "src/lib/services/graphql/generated.ts": { plugins: [ "typescript", "typescript-document-nodes", "typescript-urql", "typescript-operations", "urql-svelte-operations-store", ], }, }, config: { withHooks: false, }, }; export default config;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which packages are impacted by your issue?
@graphql-codegen/urql-svelte-operations-store
Describe the bug
Generated code imports
OperationStore
from@urql/svelte
which is not a valid importYour Example Website or App
None
Steps to Reproduce the Bug or Issue
@graphql-codegen/urql-svelte-operations-store
urql-svelte-operations-store
to gql-codegen pluginsnpm run codegen
Expected behavior
The right import should be
OperationResultStore
Screenshots or Videos
No response
Platform
graphql
version: 16.9.0@graphql-codegen/*
version(s): 5.0.3@urql/svelte
version: 4.2.2Codegen Config File
Additional context
No response
The text was updated successfully, but these errors were encountered: