flags
flags are the list of flags from user reported comments.
flags(
first: Int = 10
after: Cursor
orderBy: COMMENT_SORT
storyID: ID
siteID: ID
section: SectionFilter
): FlagsConnection!
flags are the list of flags from user reported comments.
flags(
first: Int = 10
after: Cursor
orderBy: COMMENT_SORT
storyID: ID
siteID: ID
section: SectionFilter
): FlagsConnection!
flags.first
● Int
scalarflags.after
● Cursor
scalarflags.orderBy
● COMMENT_SORT
enumflags.storyID
● ID
scalarflags.siteID
● ID
scalarflags.section
● SectionFilter
inputFlagsConnection
object