io.smallrye.graphql.client.generator.GraphQLQuery Maven / Gradle / Ivy
package io.smallrye.graphql.client.generator;
import java.lang.annotation.Repeatable;
@Repeatable(GraphQLQueries.class)
public @interface GraphQLQuery {
String value();
}
package io.smallrye.graphql.client.generator;
import java.lang.annotation.Repeatable;
@Repeatable(GraphQLQueries.class)
public @interface GraphQLQuery {
String value();
}