Skip to content

An example repository showing how to create a graphql backend with java and spring mvc

Notifications You must be signed in to change notification settings

Lingaro/graphql-java-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run

mvn spring-boot:run

Open graphiql

http://localhost:8080/

{
  serverTime
  products(name:"płatki"){
    name
    store{
      name
    }
  }
}

About

An example repository showing how to create a graphql backend with java and spring mvc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 59.9%
  • HTML 40.1%