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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,12 @@ Edge collection 'FriendsEdgeFromHuman' created
33
33
Edge collection 'HomeWorldEdgeFromHuman' created
34
34
Edge collection 'SpeciesEdgeFromHuman' created
35
35
GraphQL service ready at: http://localhost:4000/
36
-
```
36
+
```
37
+
38
+
# Tests
39
+
40
+
## Directives/Constrains
41
+
Tests for directives checking can be found in `graphql-server/tests`.
42
+
43
+
To run them first run `directives-tests-generator.sh` to generate schema, resolver, driver and server as usual.
44
+
Then start `server.js` in `graphql-server\tests\generated-directives-tests-server` (make sure `DISABLE_DIRECTIVES_CHECKING` is not set to true), and finally run `directives-tests.js`
0 commit comments