Skip to content

Instantly share code, notes, and snippets.

View pavelloz's full-sized avatar
💭
Optimizing...

Paweł Kowalski pavelloz

💭
Optimizing...
View GitHub Profile
# get 10 models sorted by created_at - oldest to newest.
# Note it shows models from all schemas, because no filtering is applied
query getItems {
models(
per_page: 10
) {
total_entries
results {
id
created_at