Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 230 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 230 Bytes

How to use Play route file and Caliban together.

1 - Expose the root graph in the route file.

->      /   controllers.GraphController

2 - Create your Graph api interpreter in GraphController and you're good to code.