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
I noticed that when I use the following class(Dessert) an inputType the playground auto-complete and documentation stopped working. But queries still executed as expected
data classDessert(
overrideval_id:String, varname:String,
vardescription:String, varimageUrl:String
) : Model
interfaceModel {
val_id:String
}
// in schema
inputType<Dessert> {
description ="Dessert object to be updated"
}
The text was updated successfully, but these errors were encountered:
funyin
changed the title
Unable to class that inherits from an interface as an inputType
Unable to use class that inherits from an interface as an inputType
Nov 6, 2022
I noticed that when I use the following class(Dessert) an inputType the playground auto-complete and documentation stopped working. But queries still executed as expected
The text was updated successfully, but these errors were encountered: