All Downloads are FREE. Search and download functionalities are using the official Maven repository.

caliban.tools.stitching.ResolveRequest.scala Maven / Gradle / Ivy

The newest version!
package caliban.tools.stitching

import caliban.execution.Field

case class ResolveRequest[A](
  args: A,
  field: Field
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy