Package com.apollographql.apollo3.compiler.introspection

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class IntrospectionSchema(val __schema: IntrospectionSchema.Schema)

Functions

Link copied to clipboard
fun IntrospectionSchema.normalize(): IntrospectionSchema
Link copied to clipboard
Link copied to clipboard
fun File.toIntrospectionSchema(): IntrospectionSchema
fun String.toIntrospectionSchema(): IntrospectionSchema
fun BufferedSource.toIntrospectionSchema(origin: String = ""): IntrospectionSchema
Link copied to clipboard
fun GQLValue.toKotlinValue(constContext: Boolean): Any?
Link copied to clipboard

Transforms the IntrospectionSchema into a Schema that contains builtin definitions

Link copied to clipboard

Transforms the given file to a GQLDocument without doing validation