Skip to main content

SectionFilter

No description

type SectionFilter {  name: String}

Fields#

name (String)#

name when provided will filter only those comments/stories that have this section. When name is not provided or is null, only comments/stories without a section (uncategorized) will be returned. In order to return all comments/stories regardless of section, specify null or undefined for this filter option.