Open kindermax opened 1 month ago
Now if we use data_type for input arguments such as
Graph([ Root([ Link("create", TypeRef["CreateInput"], link_fn) ]) ], data_types={ "CreateInput": Record[{"id": Integer, "name": Optional[String]}] })
We can not set default value for a id or name fields of a CreateInput data_type
id
name
CreateInput
Now if we use data_type for input arguments such as
We can not set default value for a
id
orname
fields of aCreateInput
data_type