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.

type View connections

Table: ViewConnection

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in 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.