Not sure if this is a prisma issue or I can't read but when I try and create a type with a field that accepts an array of strings i get an error saying that "Field 0 is not defined by type __PRISMA_INPUT_TYPE__ at value.TYPE.create.ARRAYINPUT. My input is ["hello", "world"]
Edit: I fixed it by using {set: ARRAYINPUT}, I love this tool but the docs need some work. Might make a PR later with some doc changes.