Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Add default sort for magazine scheduled content
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbk committed Nov 10, 2024
1 parent 4f4f230 commit 2369535
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ input MagazineScheduledContentQueryInput {
excludeContentTypes: [ContentType!] = []
includeContentTypes: [ContentType!] = []
requiresImage: Boolean = false
sort: ContentSortInput = {}
sort: ContentSortInput = { field: published, order: desc }
pagination: PaginationInput = {}
}
Expand Down

0 comments on commit 2369535

Please sign in to comment.