I was reading the details of graphQL this morning at it occurred to me how similar the concepts are to NestedTypes. graphQL basically wants to know about types and relationships - just like NestedTypes. It might be interesting to consider how NestedTypes could create objects based on GraphQL schema or vice-versa and how GraphQL support could be integrated into NestedTypes as a replacement for the Rest API style CRUD interface from backbone I've always considered to be somewhat poor.