Hmmm... no that seems fine actually... :upside_dow...
# prisma-whats-new
a
Hmmm... no that seems fine actually... 🙃
v
answering in a thread to not pollute general: I really feel like I'm not getting something
Copy code
type User {
  id: ID!
  name: String!
  email: String!
  profile: Profile!
}

type Profile {
  id: ID!
  user: User!
  firstName: String!
  lastName: String!
}
aye thanks for confirming it was all good, the error seemed to come from the resolver itself!
👍🏻 1