kql icon indicating copy to clipboard operation
kql copied to clipboard

Kirby's Query Language API combines the flexibility of Kirby's data structures, the power of GraphQL and the simplicity of REST.

Results 11 kql issues
Sort by recently updated
recently updated
newest added

## What Is This? This PR enhances the README's readability: - Use `` element to hide responses, which shortens the whole document. - Replace `axios` with `ohmyfetch` - It is...

I tried out KQL with astro (https://astro.build/) recently, it took me some time to figure out how to create an read-only api user for authentication with the API. Just as...

implemented via usual plugin cache. config via each query... ```json { "query": "page('photography').children", "cache": { "key": "myquery-{{ page.id }}", "expire": 60 }, "select": { ... ```

type: feature 🎉

https://kql.getkirby.com/

i tried field.toArray and field.toStructure combined with arrayItem and structureItem like in query language but that did not work. best i could find out was to use field.yaml or a...

needs: information ❓

## The issue I want to access different properties based on block types. For an image, I might want to generate a srcset and get the alt text, but other...

using the x-language header does not work nor can i set the language in the php `kql()` helper as far as i can tell. https://getkirby.com/docs/guide/api/introduction#language the forum suggests it might...

I've been making some moves on TypeScript typings for KQL queries. It's early days, but I am able to derive response types from queries pretty well already. I'm testing and...