- update how optional types are generated. 150
- add a new
ModelBase
file that all models extend that can be edited. #106 - zenflow - CLI alert on unexpected files in
models
folder. #113 - RXminuS - Use undefined to mean not loaded, use null to mean gql null #102 - zenflow
- Update example 5. #93 thanks zenflow!
- Stop generating input types when format is
js
. #96 - Drop the
raw
option for queries #103 - zenflow - Deduplicate identical concurrent query requests #100 - zenflow
- stop removing related fields with args. #86 by beepsoft
- further updates on type for
data
fromuserQuery
#89 by mattiasewers
- update example 1, 2, 3, and 5 so they run #69 by mweststrate / chrisdrackett
- Fixed generated types for all queries and helpers #69 by mweststrate
- Fixed generation of input types #69 by mweststrate
- Fixed generation for recursive types #69 by mweststrate
Note
This release has changed how the user editable model files are generated when using typescript.
See https://github.com/mobxjs/mst-gql/pull/76/commits/6d98650f82934fdd47a6cf998119560ca306823c for an example of migrating these files to the new version.
- fix types on
data
returned fromuserQuery
to match the shape of data. Thanks mattiasewers for #77 and #81
- fix
promise.finally
issue that caused an error when used in react-native, see #79 by chrisdrackett
- update
localStorageMixin
to support being used with react native, see #64 by chrisdrackett
- switch from
maybe
tomaybeNull
to better match graphql standards, see #52 by pvpshoot - add better support for enums in typescript #56, #58 by chrisdrackett
- support for outputting into folders vs. flat #60 by Zyc0017
- added support for using a config file #14 by JoviDeCroock