You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ The recommended use is to put the GraphQL execution function in the callback of
48
48
49
49
## Configuration
50
50
51
-
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).
51
+
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).
52
52
53
53
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.
0 commit comments