Turns out this didn't work... ```type Budget { s...
# prisma-whats-new
r
Turns out this didn't work...
Copy code
type Budget {
  status: String
  error_type: String
  budget: Json
  proposals: [Json]
}

extend type Query {
  getProposals(): Budget
}