![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.com.apollographql.execution.annotation.GraphQLDirective.kt Maven / Gradle / Ivy
package com.apollographql.execution.annotation
/**
* Marks the target annotation class as a GraphQL directive.
*
* The directive locations are inferred from the annotation usages.
*/
@Target(AnnotationTarget.ANNOTATION_CLASS)
annotation class GraphQLDirective
© 2015 - 2025 Weber Informatics LLC | Privacy Policy