added 7 commits
May 5, 2021 22:18
danbroooks
changed the title
Support declaring Maybe before the type
Support declaring Maybe before the type in model definitions
parsonsmatt changed the base branch from master to matt/maybe-before-type
June 29, 2021 13:28Merged
7 tasks
parsonsmatt added a commit that referenced this pull request
Jun 29, 2021* Support declaring Maybe before the type in model definitions (#1264) * Add missing type sigs * Extract/dry up is nullable * Extract/rename associateComments function * Implement a way of detecting Maybe field defs * Fixing warnings * Add a spec * Add documentation * Add PR reference to changelog * Add a test to cover the various backends * Also test mongo * Fix test compilation issues * Update readme Co-authored-by: Matt Parsons <parsonsmatt@gmail.com> * gotta fix that Co-authored-by: Dan Brooks <danbroooks@users.noreply.github.com>