Skip to content
 
 

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Run

mvn spring-boot:run

Open graphiql

http://localhost:8080/

{
  info {
    serverTime
    props(key: "PID") {
      value
    }
  }
  products(id:3){
    store{
      name
    }
  }
  stores{
    products{
      price
    }
  }
}

About

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

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages