Magidoc

articles
Query

using pagination to fetch articles

Arguments

#

desk

filter articles by desk id

first

Limits number of fetched items. Maximum allowed value: 100.

Default: 100

page

The offset from which items are returned.

published

published_at is past and stage is ready

scheduledRange

schedule/publish(published_at) time is between `from` and `to`

sortBy

sort result by target fields

unscheduled

unscheduled articles(published_at is null)

Response

#

Returns ArticlePaginator .

Example

#

3