Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.
/ graphql-client Public archive

GraphQL Client API suggestion for Microprofile GraphQL

Notifications You must be signed in to change notification settings

t1/graphql-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Pipeline

graphql-client

THIS PROJECT HAS MOVED TO SMALLRYE-GRAPHQL!

A Java code first GraphQL Client API suggestion for Microprofile GraphQL.

Usage:

    @GraphQlClientApi
    public interface SuperHeroesApi {
        List<SuperHero> allHeroes();
    }

    @Inject SuperHeroesApi superHeroesApi;

    List<SuperHero> allHeroes = superHeroesApi.allHeroes();

About

GraphQL Client API suggestion for Microprofile GraphQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages