GeneralSearchResult
No description
type GeneralSearchResult {
id: ID!
label: String!
metadata: JSON
type: String!
}
Fields
GeneralSearchResult.id ● ID! non-null scalar
GeneralSearchResult.label ● String! non-null scalar
GeneralSearchResult.metadata ● JSON scalar
Free-form payload with extra fields (e.g. asset_id, etc.)
GeneralSearchResult.type ● String! non-null scalar
One of ASSET, PROJECT, VULNERABILITY
Returned By
generalSearch query