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
I upgraded to graphQL 0.10.0 and my clients stopped being able to communicate with my graphQL server (using express in Meteor). There is a silent failure, somewhere, and I can't track it down. There are two breaking changes in 0.10.0 that my app isn't infringing upon as far as I can tell:
Spec compliance: forbid duplicate type definitions
Spec compliance: disallow inappropriate coercion of non-Int values to Int
Anyone else getting this?
The text was updated successfully, but these errors were encountered:
I upgraded to graphQL 0.10.0 and my clients stopped being able to communicate with my graphQL server (using express in Meteor). There is a silent failure, somewhere, and I can't track it down. There are two breaking changes in 0.10.0 that my app isn't infringing upon as far as I can tell:
Anyone else getting this?
The text was updated successfully, but these errors were encountered: