Hello everyone! I'm wondering if it was possible t...
# prisma-whats-new
u
Hello everyone! I'm wondering if it was possible to connect schema-data with React views. For example, if I have:
Copy code
type Bob implements Node {
  id: ID! @isUnique
  foo: String!
}
I'd like to programmatically render a form with text "foo". And later, if I change it to "bar", I'd like the view to reflect that. So, is there a way we can import types into React? Or somehow use the project.graphcool file?
a
u
Interesting! I'll check it out. Thanks