You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This release includes 2 enhancements. It adds the request object from Mirage to the GraphQL resolver context and also adds a TypeScript build to the package distribution.
CHANGELOG
#22 [ENHANCEMENT] Add request from Mirage to resolver context