goldcaddy77 / warthog

GraphQL API Framework with strong conventions and auto-generated schema
https://warthog.dev/
MIT License
359 stars 38 forks source link

CLI `generate` misses `JsonObject` import for json types #425

Open goldcaddy77 opened 3 years ago

goldcaddy77 commented 3 years ago

Change this line:

import { BaseModel, JSONField, Model, StringField } from 'warthog';

...to be...

import { BaseModel, JSONField, JsonObject, Model, StringField } from 'warthog';