An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Webpage demo tiny-graphql-scala ![Uptime status](https://img.shields.io/uptimerobot/status/m781856418-c5be2686fb53f487044e2d7c.svg) ![License status](https://img.shields.io/github/license/styczynski/tiny-graphql-scala-webpage.svg)

[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.