-
Notifications
You must be signed in to change notification settings - Fork 48
client_tutorial
etienne-sf edited this page Jun 22, 2024
·
13 revisions
These tutorials describe how to use this plugin, when building a GraphQL client:
- The Maven Client tutorial describes how to use this Maven plugin, when building a GraphQL client. It's in the GraphQL-Forum-Maven-Tutorial-client git repository.
- The Gradle Client tutorial describes how to use the Gradle plugin, when building a GraphQL client. It's in the GraphQL-Forum-Gradle-Tutorial-client git repository.
Creating a first app (non spring)
Connect to more than one GraphQL servers
Easily execute GraphQL requests with GraphQL Repositories
Access to an OAuth2 GraphQL server
How to personalize the client app
Howto personalize the generated code
Client migration from 1.x to 2.x
Implement an OAuth2 GraphQL server
Howto personalize the generated code
Server migration from 1.x to 2.x