![JAR search and dependency download from the Maven repository](/logo.png)
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