Input type being assigned to a variable of the same type throws "is not assignable to type 'SizeCreateOneWithoutItemInput'" error #1315
Labels
type/bug
Something is not working the way it should
Bug description
So I'm attempting to assign a generated type (connect) to a variable of the same type but receive the following error message in VSCode (1.47.2):
How to reproduce
which in turn generate the following input types in nexus.graphql:
Expected behavior
I expected the type assignment not to throw an error
Environment & setup
The text was updated successfully, but these errors were encountered: