Skip to content

Releases: straw-hat-labs/straw_hat_graphql

v0.2.1

20 Mar 13:00
Compare
Choose a tag to compare

Minor changes to the core

Breaking Changes

20 Mar 05:50
Compare
Choose a tag to compare
  • Rename StrawHat.GraphQL.Resolver.MetadataResolver to StrawHat.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

11 Mar 08:35
Compare
Choose a tag to compare
  • Added pagination schema
  • MutationResponse.response_with/1 for avoiding boilerplate
  • Fixed Poison as required deps, now it is optional deps

Breaking Changes

11 Mar 06:48
Compare
Choose a tag to compare

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.

v0.0.1

10 Jan 10:20
Compare
Choose a tag to compare
fix readme