Join Slack
Powered by
how do we use scalar lists with basic scalar types...
# orm-help
m
mux
04/21/2019, 7:43 AM
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!]! }
Open in Slack
Previous
Next