Skip to main content

UpdateAvailableSearchSourcesInput (Input)

Description

Update the available search sources. posts are always enabled.



Fields

NameDescription
members - Boolean!Setting to false disables searching on members.
spaces - Boolean!Setting to false disables searching on spaces.

input UpdateAvailableSearchSourcesInput {
members: Boolean!
spaces: Boolean!
}