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 f6d9208 commit a040baaCopy full SHA for a040baa
graphql-server/tests/directives-tests-resources/directives-tests-schema.graphql
@@ -13,26 +13,26 @@ directive @key(fields: [String!]!) on OBJECT
13
14
type DistinctTest {
15
shouldBeDistinct: [DistinctTest] @distinct
16
- dummyField: Int
+ testDummyField: Int
17
}
18
19
type NoloopsTest {
20
possibleLoop: [NoloopsTest] @noloops
21
22
23
24
type RequiredForTargetTarget {
25
26
27
28
type RequiredForTargetTest {
29
target: RequiredForTargetTarget @requiredForTarget
30
31
32
type UniqueForTargetTarget {
33
34
35
36
type UniqueForTargetTest {
37
target: UniqueForTargetTarget @uniqueForTarget
38
-}
+}
0 commit comments