ResponseSelectionSet
constructor(parentType: String, responsePath: ResponsePath = emptyList(), fields: List<ResponseFieldVariant>)(source)
Parameters
parentType
The schema type name that owns these fields.
responsePath
The response path from the root of the query to this selection set. Empty for the top-level operation.
fields
The selected field variants in deterministic order (sorted by ResponseFieldVariant.responseName).