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

caliban.introspection.adt.__DeprecatedArgs.scala Maven / Gradle / Ivy

The newest version!
package caliban.introspection.adt

case class __DeprecatedArgs(includeDeprecated: Option[Boolean] = None)

object __DeprecatedArgs {
  val include: __DeprecatedArgs = __DeprecatedArgs(Some(true))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy