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

commonMain.it.unibo.alchemist.boundary.graphql.client.selections.SimulationStatusQuerySelections.kt Maven / Gradle / Ivy

The newest version!
//
// AUTO-GENERATED FILE. DO NOT MODIFY.
//
// This class was automatically generated by Apollo GraphQL version '4.0.0-beta.7'.
//
package it.unibo.alchemist.boundary.graphql.client.selections

import com.apollographql.apollo3.api.CompiledField
import com.apollographql.apollo3.api.CompiledSelection
import com.apollographql.apollo3.api.notNull
import it.unibo.alchemist.boundary.graphql.client.type.GraphQLString
import it.unibo.alchemist.boundary.graphql.client.type.SimulationSurrogate
import kotlin.collections.List

public object SimulationStatusQuerySelections {
  private val __simulation: List = listOf(
        CompiledField.Builder(
          name = "status",
          type = GraphQLString.type.notNull()
        ).build()
      )

  public val __root: List = listOf(
        CompiledField.Builder(
          name = "simulation",
          type = SimulationSurrogate.type.notNull()
        ).selections(__simulation)
        .build()
      )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy