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

Commit

Permalink
Merge pull request #1008 from parameter1/default-magazine-sort
Browse files Browse the repository at this point in the history
Add default sort for magazine scheduled content
  • Loading branch information
brandonbk authored Nov 10, 2024
2 parents 4f4f230 + 2369535 commit c9a9483
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 c9a9483

Please sign in to comment.