Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sangria-graphql/sangria-relay
Sangria Relay Support
https://github.com/sangria-graphql/sangria-relay
Last synced: about 1 month ago
JSON representation
Sangria Relay Support
- Host: GitHub
- URL: https://github.com/sangria-graphql/sangria-relay
- Owner: sangria-graphql
- License: apache-2.0
- Created: 2015-08-15T18:01:40.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T13:03:39.000Z (4 months ago)
- Last Synced: 2024-08-25T14:25:07.184Z (4 months ago)
- Language: Scala
- Homepage: https://sangria-graphql.github.io
- Size: 585 KB
- Stars: 90
- Watchers: 11
- Forks: 18
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-graphql - sangria-relay - Sangria Relay Support. (Libraries / Scala Libraries)
- awesome-list - sangria-relay - graphql | 86 | (Scala)
- awesome-relay - `sangria-relay` - Relay support for [Sangria](http://sangria-graphql.org). (Scala / Rails)
- awesome-graphql - sangria-relay - Sangria Relay Support. (Libraries / Scala Libraries)
README
![Sangria Relay Support](https://raw.githubusercontent.com/sangria-graphql/sangria-logo/master/sangria-relay-logo.png)
**sangria-relay** is a library to help construct a sangria server supporting [React Relay](https://relay.dev/). [Sangria](https://sangria-graphql.github.io/) is a scala [GraphQL](http://facebook.github.io/graphql/) library.
![Continuous Integration](https://github.com/sangria-graphql/sangria-relay/workflows/Continuous%20Integration/badge.svg)
[![Coverage Status](http://coveralls.io/repos/sangria-graphql/sangria-relay/badge.svg?branch=master&service=github)](http://coveralls.io/github/sangria-graphql/sangria-relay?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-relay_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.sangria-graphql/sangria-relay_2.13)
[![License](http://img.shields.io/:license-Apache%202-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![Join the chat at https://gitter.im/sangria-graphql/sangria](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sangria-graphql/sangria?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)SBT Configuration:
```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-relay" % ""
```More info and the documentation can be found in the project home page:
[https://sangria-graphql.github.io/](https://sangria-graphql.github.io/)
## Mailing List
If you would like to discuss something about sangria-relay or have some questions, please feel free to join our mailing list:
[https://groups.google.com/forum/#!forum/sangria-graphql](https://groups.google.com/forum/#!forum/sangria-graphql)
## License
**sangria-relay** is licensed under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).