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

commonMain.com.apollographql.execution.annotation.GraphQLQuery.kt Maven / Gradle / Ivy

package com.apollographql.execution.annotation

/**
 * Marks the target class as a GraphQL query root.
 *
 * There can be only one [GraphQLQuery] class in a given compilation.
 */
@Target(AnnotationTarget.CLASS)
annotation class GraphQLQuery




© 2015 - 2025 Weber Informatics LLC | Privacy Policy