Skip to main content

stories

stories returns filtered stories that can be paginated.

stories(  first: Int = 10  after: Cursor  status: STORY_STATUS  query: String  siteIDs: [ID!] = []): StoriesConnection!

Arguments#

first (Int)#

after (Cursor)#

status (STORY_STATUS)#

query (String)#

siteIDs ([ID!])#

Type#

StoriesConnection#

StoriesConnection represents a subset of a stories list.