Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hartig authored Mar 9, 2020
1 parent a69c749 commit d09cb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The recommended use is to put the GraphQL execution function in the callback of
## Configuration
The file `functions.js` is assumed to provide the functionality that is specific to the database back-end being used. In the given form, the file contains some example code that works for [the SQLite-based GraphQL server that we have used for experiments](https://github.com/LiUGraphQL/experiment-tim).
The file `functions.js` is assumed to provide the functionality that is specific to the database back-end being used. In the given form, the file contains some example code that works for [the SQLite-based GraphQL server that we have used for experiments](https://github.com/LiUGraphQL/graphql-result-size-experiment).
Hence, to use this module for other GraphQL servers, this example code has to be adapted/replaced. What the functions in the file are supposed to do and what they are expected to return is specified in the file.
Expand Down

0 comments on commit d09cb71

Please sign in to comment.