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

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