Skip to content

Release v0.1.11

Compare
Choose a tag to compare
@jneurock jneurock released this 19 Feb 21:16
· 21 commits to main since this release

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