ProjectedSelectionSet
data class ProjectedSelectionSet(val parentType: String, val responsePath: ResponsePath, val runtimePath: RuntimePath, val fields: List<ProjectedField>)(source)
A projected selection set for a specific RuntimePath.
Parameters
parentType
The schema type name that owns these fields.
responsePath
The response path from the query root.
runtimePath
The concrete runtime path that this projection was evaluated against.
fields
The projected fields (exactly one per response name).
Constructors
Link copied to clipboard
constructor(parentType: String, responsePath: ResponsePath, runtimePath: RuntimePath, fields: List<ProjectedField>)