Skip to content

Buchtl/graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  • apollo_frontend: ReactTS Frontend using appollo to query, mutate and subscribe to the server
  • apollo_kotlin: kotlin app using apollo to query mutate to the server - TODO subscription
  • server: Spring Boot project providing a graphql api
  • subscriber_server: server app that shall subscribe to the server