contentql icon indicating copy to clipboard operation
contentql copied to clipboard

Access Contentful data using Om Next Queries

Results 3 contentql issues
Sort by recently updated
recently updated
newest added

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...