Skip to content

Commit

Permalink
remove references to other libraries
Browse files Browse the repository at this point in the history
Co-authored-by: Yann Simon <[email protected]>
  • Loading branch information
performantdata and yanns authored Nov 10, 2021
1 parent 079bb79 commit dff63b9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions modules/core/src/main/scala/sangria/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
* Sangria is a library that provides parsing, validation, execution and other services for GraphQL
* queries.
*
* It typically requires other libraries to build a complete GraphQL service—including, perhaps,
* ones that provide a service interface (e.g.,
* [[https://doc.akka.io/docs/akka-http/current/index.html Akka HTTP]]) and a database interface
* (e.g., [[https://scala-slick.org/ Slick]])—as well as custom code to bridge the gap between data
* representations that are natural to the database vs. to the GraphQL schema.
* It typically requires other libraries to build a complete GraphQL service
* —including, perhaps, ones that provide a HTTP service interface and a database interface—
* as well as custom code to bridge the gap between data representations that are natural
* to the database vs. to the GraphQL schema.
*
* @see
* [[https://sangria-graphql.github.io/ the Sangria home page]]
Expand Down

0 comments on commit dff63b9

Please sign in to comment.