For the complete documentation index, see llms.txt. This page is also available as Markdown.

dataSource

Retrieves a single data source by its ID.

dataSource(
  id: ID!
): DataSourceResult!

Arguments

id ● ID! non-null scalar

Type

DataSourceResult union

Last updated

Was this helpful?