This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |