maybe this is really obvious, but is this possible...
# prisma-whats-new
r
maybe this is really obvious, but is this possible:
Copy code
type User {
  id: ID! @unique
  following: [User!]!
}
When I try to query the following field it keeps saying
Error: GraphQL error: Cannot query field 'following' on type 'User'.