Skip to content

Commit 55ec3f0

Browse files
committed
Added comment that client_tests does not handle directives
1 parent 5d11f2f commit 55ec3f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphql-server/tests/client-tests.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
* possible subfields down to a configurable level. A simple equality filter is added for the ID of the type.
1111
*
1212
*
13-
* What id does NOT do:
13+
* What it does NOT do:
1414
* - Does not verify that the returned object matches the expected result. (TODO)
1515
* - Executes no queries over annotated edges (TODO)
1616
* - Executes no mutations to annotate edges (TODO).
17+
* - Care about / check directives (Requires process.env.DISABLE_DIRECTIVES_CHECKING to be set to true if directives are used) (TODO).
1718
* - ... a lot of other things probably.
1819
*/
1920

0 commit comments

Comments
 (0)