Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 191 Bytes

File metadata and controls

21 lines (17 loc) · 191 Bytes

Run

mvn spring-boot:run

Open graphiql

http://localhost:8080/

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