Dive Into Graphql In Java Save

Code for my talk GraphQL in the Java World Let’s Go for a Dive

Project README

GraphQL in the Java World Let’s Go for a Dive

This is code example used in my deep dive talk/tutorial session.

In this talk GraphQL is demonstrated by using Java examples. Both Schema Definiton Language and Query languge of GraphQL are coverd.

Sections of code are organized via branches.

For demo purposes I am using H2 in memory database. In order to connect to local instance of H2 once app is deployed hit url

http://localhost:8080/h2-console/

Make sure that URL is set to jdbc:h2:mem:testdb

Code examples throught Java Code

init

data-1

data-2

data-2-core

data-3

data-4

mutation-1

mutation-2

subscription-1

final

Open Source Agenda is not affiliated with "Dive Into Graphql In Java" Project. README Source: vladimir-dejanovic/dive-into-graphql-in-java
Stars
47
Open Issues
5
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating