We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d11f2f commit 55ec3f0Copy full SHA for 55ec3f0
graphql-server/tests/client-tests.js
@@ -10,10 +10,11 @@
10
* possible subfields down to a configurable level. A simple equality filter is added for the ID of the type.
11
*
12
13
- * What id does NOT do:
+ * What it does NOT do:
14
* - Does not verify that the returned object matches the expected result. (TODO)
15
* - Executes no queries over annotated edges (TODO)
16
* - 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).
18
* - ... a lot of other things probably.
19
*/
20
0 commit comments