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.

GetSourcesScope

Allow to refine selection of the results using multiple scopes. Note: all scopes are additive

input GetSourcesScope {
nameContains: String
origin: SourceOrigin
technology: SourceTechnology
type: SourceType
withDeleted: Boolean
}

Fields

GetSourcesScope.nameContains ● String scalar general

Scope by a substring of the source name

GetSourcesScope.origin ● SourceOrigin enum general

Scope by source origin

GetSourcesScope.technology ● SourceTechnology enum general

Scope by source technology

GetSourcesScope.type ● SourceType enum general

Scope by source type

GetSourcesScope.withDeleted ● Boolean scalar general

Scope by withDeleted, whether to include deleted assets

Example

Member Of