Jon Tyson
Jon Tyson
This seems to be related to #396
As the final example shows, the nested queryables do work in certain instances. I have several working queries that compose several function layers deep: ``` let groups (ctx :Sql.dataContext) =...
An additional use case: with server-side push/WebSockets, we could potentially receive new entities that haven't been explicitly added into the cache as the result of a query. Attempting to add...
@ArtemyB's fix worked for me, note that the EmbeddedResource string appears to be case-sensitive with regards to the file names
Would love to see this, it's odd that it isn't there