ViewConnection is a datatype that represents the connection between a view and an underlying repository.

This datatype is used by the connections parameter of the datatype, View, which is a key datatype that's used by several mutation and query fields.

Table: ViewConnection

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Oct 7, 2024
filterstringyes Long-TermThe filter applied to all results from the repository.
languageVersionLanguageVersionyes Long-TermThe language version used by LogScale. See LanguageVersion.
repositoryRepositoryyes Long-TermThe underlying repository. See Repository.