GenSearchResponseMarkdownSet
description
Delta/Snapshot event to set the complete markdown text for the response.
When this event is emitted, the current response should be updated with the value in the event.
type GenSearchResponseMarkdownSet {
value: String!
}
Fields
GenSearchResponseMarkdownSet.value ● String! non-null scalar graph-ql-types
Complete markdown text for the response. @exposed
Implemented By
GenSearchResponseDelta union