minderlabs / demo

Minder Demo App
1 stars 0 forks source link

Fairly intense schema rhodeo to get mutations working with data union #9

Closed richburdon closed 7 years ago

richburdon commented 7 years ago

All that's left for the stories this week is the initial task view (later today). But the schema stuff (unions) burned a day (which wasn't budgeted for); and exposes some more edges with both GraphQL/Relay (going to write up in the client framework doc). The picker is done also and a general clean-up of the UI.

Create and Update mutations with data types. Schema utils to convert ObjectTypes to InputObjectTypes and create InputType from Unions (DataInputTypeUnion). Rewrite of TypeRegistry to handle rendering and returning values.

richburdon commented 7 years ago

Also, edge filtering predicate (which replaces searchItems).

adamberenzweig commented 7 years ago

Something is wrong w/ this PR or the branch on the remote. I only see two commits here, and one of them is mine. I think you need to merge master into rb-ux?

Probably 554d039 is main commit that you want me to review.