Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .changeset/gold-frogs-explain.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
'@graphql-codegen/visitor-plugin-common': minor
'@graphql-codegen/typescript-operations': minor
'@graphql-codegen/typescript': minor
'@graphql-codegen/typescript-resolvers': minor
'@graphql-codegen/visitor-plugin-common': major
'@graphql-codegen/typescript-operations': major
'@graphql-codegen/typescript': major
'@graphql-codegen/typescript-resolvers': major
---

Implement Scalars with input/output types
Expand Down Expand Up @@ -113,7 +113,7 @@ config: {
}
```

3. (Potential) BREAKING CHANGE: External module Scalar types need to be an object with input/output fields
3. BREAKING CHANGE: External module Scalar types need to be an object with input/output fields

```ts
config: {
Expand All @@ -136,4 +136,4 @@ export type Scalars = {

---

(Potential) BREAKING CHANGE: This changes Scalar types which could be referenced in other plugins. If you are a plugin maintainer and reference Scalar, please update your plugin to use the correct input/output types.
BREAKING CHANGE: This changes Scalar types which could be referenced in other plugins. If you are a plugin maintainer and reference Scalar, please update your plugin to use the correct input/output types.