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

com.apollographql.apollo3.gradle.internal.DefaultIntrospection.kt Maven / Gradle / Ivy

package com.apollographql.apollo3.gradle.internal

import com.apollographql.apollo3.gradle.api.Introspection
import org.gradle.api.file.RegularFileProperty
import org.gradle.api.provider.MapProperty
import org.gradle.api.provider.Property


abstract class DefaultIntrospection: Introspection {
  abstract override val endpointUrl: Property
  abstract override val headers: MapProperty
  abstract override val schemaFile: RegularFileProperty
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy