Skip to main content

StoryConfiguration

StoryConfiguration stores the configuration for working with stories.

type StoryConfiguration {
scraping: StoryScrapingConfiguration!
disableLazy: Boolean!
}

Fields

StoryConfiguration.scraping ● StoryScrapingConfiguration! non-null object

scraping stores configuration around story scraping.

StoryConfiguration.disableLazy ● Boolean! non-null scalar

disableLazy when true, will only allow lookups of stories created via the API.

Member Of

Settings object