File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1095,11 +1095,6 @@ and operations.
1095
1095
As future versions of GraphQL adopt new configurable execution capabilities,
1096
1096
they may be exposed via directives.
1097
1097
1098
- Note: When defining a directive, it is recommended to namespace the directive name
1099
- to prevent name collisions with directives added in future versions of the specification.
1100
- For example, ` @fb_auth ` directive would represent an authentication directive
1101
- with the prefix ` fb ` as namespace.
1102
-
1103
1098
** Directive order is significant**
1104
1099
1105
1100
Directives may be provided in a specific syntactic order which may have semantic interpretation.
Original file line number Diff line number Diff line change @@ -1661,6 +1661,11 @@ fragment SomeFragment on SomeType {
1661
1661
}
1662
1662
```
1663
1663
1664
+ Note: When defining a directive, it is recommended to namespace the directive name
1665
+ to prevent name collisions with directives added in future versions of the specification.
1666
+ For example, ` @fb_auth ` directive would represent an authentication directive
1667
+ with the prefix ` fb ` as namespace.
1668
+
1664
1669
Directive locations may be defined with an optional leading ` | ` character to aid
1665
1670
formatting when representing a longer list of possible locations:
1666
1671
You can’t perform that action at this time.
0 commit comments