@tinacms/schema-tools 1.4.0 → 1.4.1
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/dist/types/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -344,6 +344,10 @@ export interface Config<CMSCallback = undefined, FormifyCallback = undefined, Do
|
|
|
344
344
|
* Configurations for the autogenerated GraphQL HTTP client
|
|
345
345
|
*/
|
|
346
346
|
client?: {
|
|
347
|
+
/**
|
|
348
|
+
* Skip building the autogenerated client
|
|
349
|
+
*/
|
|
350
|
+
skip?: boolean;
|
|
347
351
|
/**
|
|
348
352
|
* Autogenerated queries will traverse references to a given depth
|
|
349
353
|
* @default 2
|