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.

TableInQueryOutput

Table data related to a SQL query

type TableInQueryOutput {
id: String!
name: String!
path: String!
}

Fields

TableInQueryOutput.id ● String! non-null scalar general

The table id

TableInQueryOutput.name ● String! non-null scalar general

The table name

TableInQueryOutput.path ● String! non-null scalar general

The table path

Example

Member Of