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

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

package com.apollographql.execution.annotation

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy