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

com.apollographql.execution.gradle.ApolloExecutionService.kt Maven / Gradle / Ivy

The newest version!
package com.apollographql.execution.gradle

import org.gradle.api.file.RegularFileProperty
import org.gradle.api.provider.Property

abstract class ApolloExecutionService {
  abstract val packageName: Property
  abstract val schemaFile: RegularFileProperty
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy