Skip to content

Commit

Permalink
Change freshness query
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceWarne committed Jul 19, 2022
1 parent b6e8d8f commit e9fe905
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion finito/main/src/fin/CalibanSetup.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ object CalibanSetup {
val freshnessQuery =
gqldoc("""
{
collections {
collection(name: "My Books", booksPagination: {first: 5, after: 0}) {
name
books {
title
}
}
}""")

Expand Down

0 comments on commit e9fe905

Please sign in to comment.