Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 968 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 968 Bytes

apollo-server-core with graphql-result-size extension

This repo contains a version of apollo-server-core (v1.3.6) that has been extended with prototypical support for a result size calculation step as implemented in github:LiUGraphQL/graphql-result-size. This step has been added in between the query validation step and the query execution step.

Note: If you are here to find the implementation that Tim Andersson has used for his Bachelor thesis (Result size calculation for Facebook's GraphQL query language), switch to the TimAndersson branch.

We have used this extension in a GraphQL server created for experiments.