district-ui-graphql
district-ui-graphql copied to clipboard
district UI module for GraphQL integration
## NB! This is work in progress
Currently there's some manual effort needed to get this library working with shadow-cljs. Worth considering incorporating some of this into the codebase: Writing it down so that I don't forget...
A suggestion related to defining the schema, in relation to sharing this between client and server. It would be cool to support [Lacinia's](https://github.com/walmartlabs/lacinia) EDN schema, so that if we are...
When I'm doing mutations I want to show users feedback if it worked or not but using subscribe I'm not sure about how to do that.