You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/gold-frogs-explain.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
-
'@graphql-codegen/visitor-plugin-common': major
3
-
'@graphql-codegen/typescript-operations': major
4
-
'@graphql-codegen/typescript': major
5
-
'@graphql-codegen/typescript-resolvers': major
2
+
'@graphql-codegen/visitor-plugin-common': minor
3
+
'@graphql-codegen/typescript-operations': minor
4
+
'@graphql-codegen/typescript': minor
5
+
'@graphql-codegen/typescript-resolvers': minor
6
6
---
7
7
8
8
Implement Scalars with input/output types
@@ -113,7 +113,7 @@ config: {
113
113
}
114
114
```
115
115
116
-
3. BREAKING CHANGE: External module Scalar types need to be an object with input/output fields
116
+
3.(Potential) BREAKING CHANGE: External module Scalar types need to be an object with input/output fields
117
117
118
118
```ts
119
119
config: {
@@ -136,4 +136,4 @@ export type Scalars = {
136
136
137
137
---
138
138
139
-
BREAKING CHANGES: This changes Scalar types 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.
139
+
(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.
0 commit comments