Skip to content

Commit 0f06869

Browse files
authored
Update README.md
1 parent eb81b34 commit 0f06869

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ The result-size calculation algorithm implemented in this module has been introd
99

1010
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.
1111

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

1414
* Tim Andersson: [Result size calculation for Facebook's GraphQL query language](http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-150026).
15+
* 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).
1516

1617
## Installation
1718

0 commit comments

Comments
 (0)