Magidoc

articles
Query

using pagination to fetch articles

Arguments

#

desk

filter articles by desk id

desk_ids

[ ID !]

filter articles by desk ids

first

Non-null

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

Default: 50

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