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

caliban.parsing.adt.VariableDefinition.scala Maven / Gradle / Ivy

There is a newer version: 2.9.1
Show newest version
package caliban.parsing.adt

import caliban.InputValue

case class VariableDefinition(
  name: String,
  variableType: Type,
  defaultValue: Option[InputValue],
  directives: List[Directive]
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy