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

caliban.reporting.client.ReportSchemaResult.scala Maven / Gradle / Ivy

The newest version!
package caliban.reporting.client

import caliban.client.FieldBuilder._
import caliban.client._

object ReportSchemaResult {
  def inSeconds: SelectionBuilder[ReportSchemaResult, Int]          =
    _root_.caliban.client.SelectionBuilder.Field("inSeconds", Scalar())
  def withCoreSchema: SelectionBuilder[ReportSchemaResult, Boolean] =
    _root_.caliban.client.SelectionBuilder.Field("withCoreSchema", Scalar())
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy