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
When generating the models, it generated this Create class for my model Accountconnection, but instead of dynamic (which would represent a json object) that I expected, it takes JsonNullValueInput as an argument for the data field.
Sorry, I haven't been able to fix bugs quickly since last month, but I will try my best to find time to fix bugs and release fixed versions. thanks for waiting
When generating the models, it generated this Create class for my model
Accountconnection
, but instead ofdynamic
(which would represent a json object) that I expected, it takesJsonNullValueInput
as an argument for thedata
field.The regular class is generated correctly though.
The text was updated successfully, but these errors were encountered: