https://github.com/styczynski/tiny-graphql-scala-webpage
Webpage for tiny-graphql-scala
https://github.com/styczynski/tiny-graphql-scala-webpage
Last synced: 4 months ago
JSON representation
Webpage for tiny-graphql-scala
- Host: GitHub
- URL: https://github.com/styczynski/tiny-graphql-scala-webpage
- Owner: styczynski
- License: mit
- Created: 2019-01-28T13:55:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T10:06:08.000Z (over 7 years ago)
- Last Synced: 2025-06-27T03:51:11.942Z (11 months ago)
- Language: HTML
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpage demo tiny-graphql-scala  
[See it online!](http://serene-lake-16900.herokuapp.com)
This is a project demonstrating usage of [tiny-graphql-scala](https://github.com/styczynski/tiny-graphql-scala/)
integrated with simple Scala/Play application.
# How it works
Inside Aplciation.scala you got simple endpoint `/validate` that receives POST request data and sends output of validation the given GraphQL schema with the tiny-graphql-scala library.