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
Fixes#1617: Federation Enum not parsing value 0 (#1618)
* Fixes#1617
Updated buildSchemaFromSDL to handle Enums with a value of 0. Previously, when an enum had a value of 0, the name would be used as the enum value.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
-`apollo-env`
16
16
- <First `apollo-env` related entry goes here>
17
17
-`apollo-graphql`
18
-
-<First `apollo-graphql` related entry goes here>
18
+
-[#1618] Fixes an issue when enums with a value of 0 fail to resolve when using a Federated Schema (https://github.com/apollographql/apollo-tooling/pull/1618)
19
19
-`apollo-language-server`
20
20
- <First `apollo-language-server` related entry goes here>
0 commit comments