contentql
contentql copied to clipboard
Access Contentful data using Om Next Queries
If the Contentful content type has a JSONObject type field, then contentql doesn't return the json in that field. Instead, it seems to think it's a Media type and returns...
I'm a bit unfamiliar with the Om.Next query syntax and how contentql leverages it. I would like to be able to use the same query syntax for e.g. fields &...
My team and I are using ClojureScript to do server-side rendering as well, and would like to use the contentfql API to query contentful. Currently, contentql depends on `cljs-http` which...