how do we use scalar lists with basic scalar types...
# orm-help
m
how do we use scalar lists with basic scalar types (strings, int, etc) in datamodel 1.1? the documentation for 1.31 shows that it can still be used like this, but it doesn't work:
Copy code
type Article {
  tags: [String!]!
}