_p1ayer_one
10/09/2017, 5:48 PMtype 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?agartha
10/09/2017, 5:55 PM_p1ayer_one
10/09/2017, 7:14 PM