@graphql-codegen/typescript-solid-query 1.0.2 → 2.0.0-alpha-20260307121423-d896a779b90b56714fce492753cbbb3519f741ab
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/typings/config.d.cts +1 -1
- package/typings/config.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/typescript-solid-query",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-alpha-20260307121423-d896a779b90b56714fce492753cbbb3519f741ab",
|
|
4
4
|
"description": "GraphQL Code Generator plugin for generating a ready-to-use Solid-Query Hooks based on GraphQL operations",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@graphql-codegen/plugin-helpers": "^
|
|
10
|
-
"@graphql-codegen/visitor-plugin-common": "2.
|
|
9
|
+
"@graphql-codegen/plugin-helpers": "^6.1.1",
|
|
10
|
+
"@graphql-codegen/visitor-plugin-common": "^6.2.4",
|
|
11
11
|
"auto-bind": "~4.0.0",
|
|
12
12
|
"change-case-all": "1.0.15",
|
|
13
13
|
"tslib": "^2.8.1"
|
package/typings/config.d.cts
CHANGED
|
@@ -100,7 +100,7 @@ export interface BaseSolidQueryPluginConfig {
|
|
|
100
100
|
* > **If you are using the `solid-query` package instead of the `@tanstack/solid-query` package in your project, please set the `legacyMode` option to `true`.**
|
|
101
101
|
*
|
|
102
102
|
*/
|
|
103
|
-
export interface SolidQueryRawPluginConfig extends Omit<RawClientSideBasePluginConfig, '
|
|
103
|
+
export interface SolidQueryRawPluginConfig extends Omit<RawClientSideBasePluginConfig, 'gqlImport' | 'documentNodeImport' | 'noExport' | 'importOperationTypesFrom' | 'importDocumentNodeExternallyFrom' | 'useTypeImports' | 'legacyMode'>, BaseSolidQueryPluginConfig {
|
|
104
104
|
/**
|
|
105
105
|
* @description Customize the fetcher you wish to use in the generated file. Solid-Query is agnostic to the data-fetching layer, so you should provide it, or use a custom one.
|
|
106
106
|
*
|
package/typings/config.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ export interface BaseSolidQueryPluginConfig {
|
|
|
100
100
|
* > **If you are using the `solid-query` package instead of the `@tanstack/solid-query` package in your project, please set the `legacyMode` option to `true`.**
|
|
101
101
|
*
|
|
102
102
|
*/
|
|
103
|
-
export interface SolidQueryRawPluginConfig extends Omit<RawClientSideBasePluginConfig, '
|
|
103
|
+
export interface SolidQueryRawPluginConfig extends Omit<RawClientSideBasePluginConfig, 'gqlImport' | 'documentNodeImport' | 'noExport' | 'importOperationTypesFrom' | 'importDocumentNodeExternallyFrom' | 'useTypeImports' | 'legacyMode'>, BaseSolidQueryPluginConfig {
|
|
104
104
|
/**
|
|
105
105
|
* @description Customize the fetcher you wish to use in the generated file. Solid-Query is agnostic to the data-fetching layer, so you should provide it, or use a custom one.
|
|
106
106
|
*
|