
caliban.execution.Deferred.scala Maven / Gradle / Ivy
package caliban.execution
import caliban.PathValue
import caliban.schema.ReducedStep
case class Deferred[-R](
path: List[PathValue],
step: ReducedStep[R],
label: Option[String]
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy