-
Notifications
You must be signed in to change notification settings - Fork 49
server_tutorial
etienne-sf edited this page Jun 22, 2024
·
14 revisions
These tutorials describe how to use this plugin, when building a GraphQL servver:
- The Maven Server tutorial describes how to use this Maven plugin, when building a GraphQL server. It's in the GraphQL-Forum-Maven-Tutorial-server git repository.
- The Gradle Server tutorial describes how to build a GraphQL server in the GraphQL-Forum-Gradle-Tutorial-server 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