Skip to content

0.1.0

Compare
Choose a tag to compare
@smyrick smyrick released this 29 Jan 18:01
· 963 commits to master since this release

Major Changes

None

Minor Changes

  • feat: do not append duplicate input suffix (#157)

    • If a class was named SearchInput, we would map that to SearchInputInput. 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
  • feat: rename default top level names (#156)

    • Change default top level names to TopLevelQuery -> Query and TopLevelMutation -> 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)