Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

SearchQueryResultAuthor

Query author information

type SearchQueryResultAuthor {
email: String
name: String
}

Fields

SearchQueryResultAuthor.email ● String scalar general

Query author email

SearchQueryResultAuthor.name ● String scalar general

Query author name

Example

{
"email": "john.doe@example.com",
"name": "John Doe"
}

Member Of