Releases: straw-hat-labs/straw_hat_graphql
Releases · straw-hat-labs/straw_hat_graphql
v0.2.1
Breaking Changes
- Rename
StrawHat.GraphQL.Resolver.MetadataResolvertoStrawHat.GraphQL.MetadataResolver
Sorry, we learned from our mistake that overusing module scope sometimes is not the best solution. Yes, it is a naming that it shouldn't matter, but, bad habits comes from allow the bad habit ones.
Sorry for such of dumb breaking change.
v0.1.2
Breaking Changes
First, apologies for the issue this will cause you but so far the GraphQL types are globals and by so we decided to scoped all the names with straw_hat_ so you will no have issues with other data types on your system, hopefully.
Follow this for more details: graphql/graphql-spec#163
How to fix it
Change all your datatypes from this packages to be straw_hat_ like straw_hat_error, straw_hat_node and so on.
Sorry.