Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hartig authored Sep 3, 2021
1 parent eb81b34 commit 0f06869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ The result-size calculation algorithm implemented in this module has been introd

Since this research paper is pretty dense and math-heavy, you may first want to read a more [lightweight, high-level summary of the paper](http://blog.liu.se/olafhartig/2018/08/08/lightweight-summary-of-our-paper-semantics-and-complexity-of-graphql/). This summary also contains an example that demonstrates the motivation for checking the size of GraphQL response objects before starting to produce them, as well as an example-based description of our result-size calculation algorithm.

The prototypical implementation in this repo was developed in the context of the following Bachelor thesis.
The prototypical implementation in this repo was developed in the context of the following thesis projects.

* Tim Andersson: [Result size calculation for Facebook's GraphQL query language](http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-150026).
* Andreas Lundquist: [Combining Result Size Estimation and Query Execution for the GraphQL Query Language](http://urn.kb.se/resolve?urn=urn%3Anbn%3Ase%3Aliu%3Adiva-167086).

## Installation

Expand Down

0 comments on commit 0f06869

Please sign in to comment.