···11+---
22+'@0no-co/graphqlsp': minor
33+---
44+55+Allow supplying a custom `clientDirectives` which will be mixed in with the base client directives
+1
README.md
···7070- `tadaOutputLocation` when using `gql.tada` this can be convenient as it automatically generates
7171 an `introspection.ts` file for you, just give it the directory to output to and you're done
7272- `tadaDisablePreprocessing` this setting disables the optimisation of `tadaOutput` to a pre-processed TypeScript type, this is off by default.
7373+- `clientDirectives` this setting allows you to specify additional `clientDirectives` which won't be seen as a missing schema-directive.
73747475## Tracking unused fields
7576
+1
packages/graphqlsp/README.md
···7373 from usage tracking, so when they are unused in the component but used in i.e. the normalised cache you
7474 won't get annoying warnings. (default `id`, `_id` and `__typename`, example: ['slug'])
7575- `tadaDisablePreprocessing` this setting disables the optimisation of `tadaOutput` to a pre-processed TypeScript type, this is off by default.
7676+- `clientDirectives` this setting allows you to specify additional `clientDirectives` which won't be seen as a missing schema-directive.
76777778## Tracking unused fields
7879