0.1.0
Major Changes
None
Minor Changes
-
feat: do not append duplicate input suffix (#157)
- If a class was named
SearchInput
, we would map that toSearchInputInput
. If devs are specifically naming it an input we should not duplicate the string - This could have an impact on your schema if you had this conflict before this release
- If a class was named
-
feat: rename default top level names (#156)
-
Change default top level names to
TopLevelQuery
->Query
andTopLevelMutation
->Mutation
. -
The schema will be affected but it should not impact clients since clients are actually calling fields underneath the Query and Mutation objects
-
Patch Changes
None
Non-version Changes
- Add version number to travis commit message (#154)