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
Right now withField method only accepts a string parameter for type, so there is no way to use user-defined types, declared somewhere else in the project.
withField method must also accept something like { module: string, type: string }, and in this case generated code should contain an import directive, importing specified type from specified module
The text was updated successfully, but these errors were encountered:
Right now
withField
method only accepts astring
parameter for type, so there is no way to use user-defined types, declared somewhere else in the project.withField
method must also accept something like{ module: string, type: string }
, and in this case generated code should contain an import directive, importing specified type from specified moduleThe text was updated successfully, but these errors were encountered: