Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 36b87ef

Browse files
committed
build: production
1 parent 650fb43 commit 36b87ef

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-21 Bytes
Binary file not shown.

lib/mastani_server_web/schema/cms/cms_types.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ defmodule MastaniServerWeb.Schema.CMS.Types do
375375
pagination_fields()
376376
end
377377

378-
object :paged_posts do
378+
object :paged_posts, meta: [max_age: 30] do
379379
field(:entries, list_of(:post))
380380
pagination_fields()
381381
end

0 commit comments

Comments
 (0)