Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

46 lines (24 loc) · 2.34 KB

@graphql-ts/extend

1.0.0

Minor Changes

Patch Changes

  • Updated dependencies [012d84e]:
    • @graphql-ts/schema@0.6.0

0.4.1

Patch Changes

0.4.0

Minor Changes

  • 5d1c299 Thanks @mitchellhamilton! - Type parameters named RootVal have been renamed to Source and properties named __rootVal have been renamed to __source. This won't require code changes unless you've relied on the __rootVal properties(which you shouldn't).

0.3.0

Minor Changes

0.2.0

Minor Changes

  • 42f4abe Thanks @mitchellhamilton! - Added wrap export to wrap graphql-js types into @graphql-ts/schema types and expand the functions on BaseSchemaInfo to all GraphQL types

0.1.0

Minor Changes