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
Hello, I am stuck with defining mutation input as a list type. Anyway it can be compiled and it works, there is only some type problem
The images error is:
Argument of type 'NexusArgDef<any>' is not assignable to parameter of type 'NexusListableTypes'.
The images2 error is:
Argument of type 'NexusListDef<NexusListableTypes>' is not assignable to parameter of type 'NexusNonNullableTypes'.ts(2345)
Argument of type 'NexusListDef<NexusListableTypes>' is not assignable to parameter of type 'NexusNonNullableTypes'.
Repro Steps/Link
Setup some mutation with this input args
The text was updated successfully, but these errors were encountered:
Screenshot
Description
Hello, I am stuck with defining mutation input as a list type. Anyway it can be compiled and it works, there is only some type problem
The
images
error is:The
images2
error is:Repro Steps/Link
Setup some mutation with this input args
The text was updated successfully, but these errors were encountered: