Release v0.1.11
This release includes a change to the way we create Mirage models. It separates the function that creates Mirage models from the function that registers them. The intention is to allow for things like code generators to import the create model function.
CHANGELOG
- #30 [ENHANCEMENT] Add ability to create POJO with model info from GraphQL schema