Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 719 Bytes

File metadata and controls

23 lines (12 loc) · 719 Bytes

Best practices of processing HTTP headers and cookies in GraphQL API in Scala

Build Status

This is an example of a GraphQL server written with Play framework and Sangria that shows best practices of processing HTTP headers and cookies in GraphQL API.

How to start

Run the application:

sbt run

After launch, the application will be accessible on localhost:9000

Sources

https://graphql.org/

https://www.playframework.com/documentation/2.6.x/ScalaHome

https://sangria-graphql.org/learn/

https://facebook.github.io/graphql/#sec-Errors