Hi guys! One of the fields on a custom type I have...
# orm-help
n
Hi guys! One of the fields on a custom type I have is a list of strings. I've defined it as
[String!]!
. When I try to actually pass an array of strings when creating my type, I get an error
Field "2" is not defined by type GameCreatedescriptionInput at value.description
. Is it possible to store an array of scalar types?
👋 1