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

io.smallrye.graphql.client.generator.test.SuperHeroesApi Maven / Gradle / Ivy

There is a newer version: 2.11.0
Show newest version
package io.smallrye.graphql.client.generator.test;

import java.util.List;
import org.eclipse.microprofile.graphql.Query;

public interface SuperHeroesApi {
    List teams();
    @Query("heroesIn") List heroesLocatedIn(String location);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy