<@U6KUJ0RDF> did you add `test` as a field under `...
# prisma-whats-new
s
@wesbos did you add
test
as a field under
type User
inside of
datamodel.graphql
, or is it defined as a new type ie
type Test
- I made this mistake earlier of declaring a new field as a type, and so I wasn’t able to query it in the way I wanted
w
nope- it’s a new field not a type. I tried it as an Int