StoryConfiguration
StoryConfiguration stores the configuration for working with stories.
type StoryConfiguration { scraping: StoryScrapingConfiguration! disableLazy: Boolean!}
#
Fieldsscraping
(StoryScrapingConfiguration!
)#
scraping stores configuration around story scraping.
disableLazy
(Boolean!
)#
disableLazy when true, will only allow lookups of stories created via the API.