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

search

Use full text search for finding entities in Collibra Data Access.

search(
  after: String
  filter: SearchFilterInput
  limit: Int
  query: String!
): SearchResultItemConnectionResult!

Arguments

after ● String scalar

filter ● SearchFilterInput input

limit ● Int scalar

query ● String! non-null scalar

Type

SearchResultItemConnectionResult union

Last updated

Was this helpful?