Skip to main content
Version: Latest

ExpertInsightsFiltersOutput

description

ExpertInsightsFiltersOutput type definition inside search subgraph.

type ExpertInsightsFiltersOutput {
expertPerspectives: [String!]
analystPerspectives: [String!]
expertTranscriptType: [String!]
expertIds: [String!]
}

Fields

ExpertInsightsFiltersOutput.expertPerspectives ● [String!] list scalar graph-ql-types

Expert perspectives that were applied

ExpertInsightsFiltersOutput.analystPerspectives ● [String!] list scalar graph-ql-types

Analyst perspectives that were applied

ExpertInsightsFiltersOutput.expertTranscriptType ● [String!] list scalar graph-ql-types

Expert transcript types that were applied

ExpertInsightsFiltersOutput.expertIds ● [String!] list scalar graph-ql-types

Expert IDs that were applied

Member Of

SearchFilterOutput object