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

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

The newest version!
package caliban.introspection.adt

case class __Schema(
  description: Option[String],
  queryType: __Type,
  mutationType: Option[__Type],
  subscriptionType: Option[__Type],
  types: List[__Type],
  directives: List[__Directive]
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy