To refer to all changes made, see commits.
- you must use graphql 17, older are not supported anymore.
- complete rewrite of type inferring-thanks to typescript-rtti we are able to infer all the types directly from TS types
- API changes:
castTo
is removedArrayField
decorator removed
- you must use graphql 16, older are not supported anymore
- compileSchema now takes a @Schema decorated class or an array of @Schema decorated classes, not a config object