diff --git a/README.md b/README.md index 5347f81..4e0cd20 100644 --- a/README.md +++ b/README.md @@ -162,16 +162,6 @@ Default: `true` If `true`, instructs plugin to generate type declaration files next to included `.graphql` / `.gql` files, to allow for type-safe GraphQL queries / mutations. - -### `codegenPluginConfigs` - -Type: `Object` (see [here](https://the-guild.dev/graphql/codegen/plugins/typescript/typescript#config-api-reference)) -Default: `{}` - -Config to pass to the typescript plugin of GraphQL codegen. -This allows you to set options like [TS types for scalars](https://the-guild.dev/graphql/codegen/plugins/typescript/typescript#scalars). -See [here](https://the-guild.dev/graphql/codegen/plugins/typescript/typescript#config-api-reference) for a detailed list of options. - ### `strictScalars` Type: `Boolean` @@ -217,4 +207,4 @@ Configs to pass to the GraphQL-Codegen plugins. Has to properties: - `typescriptOperations` for TypeScript operations plugin (see [documentation](https://the-guild.dev/graphql/codegen/plugins/typescript/typescript-operations#config-api-reference)) > [!NOTE] -> `strictScalars`, `defaultScalarType`, and `scalars` in both `typescript` and `typescriptOperations` configs will be overridden by the options in this plugin. \ No newline at end of file +> `strictScalars`, `defaultScalarType`, and `scalars` in both `typescript` and `typescriptOperations` configs will be overridden by the options in this plugin.