![JAR search and dependency download from the Maven repository](/logo.png)
com.lahzouz.apollo.graphql.client.selections.GetAuthorsQuerySelections.kt Maven / Gradle / Ivy
//
// AUTO-GENERATED FILE. DO NOT MODIFY.
//
// This class was automatically generated by Apollo GraphQL version '3.0.0'.
//
package com.lahzouz.apollo.graphql.client.selections
import com.apollographql.apollo3.api.CompiledField
import com.apollographql.apollo3.api.CompiledSelection
import com.apollographql.apollo3.api.CompiledStringType
import com.apollographql.apollo3.api.list
import com.apollographql.apollo3.api.notNull
import com.lahzouz.apollo.graphql.client.type.Author
import kotlin.collections.List
public object GetAuthorsQuerySelections {
private val authors: List = listOf(
CompiledField.Builder(
name = "name",
type = CompiledStringType.notNull()
).build()
)
public val root: List = listOf(
CompiledField.Builder(
name = "authors",
type = Author.type.notNull().list().notNull()
).selections(authors)
.build()
)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy