File tree Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -400,6 +400,9 @@ public function setValidationRules(array $validationRules)
400400 }
401401
402402 /**
403+ * EXPERIMENTAL!
404+ * This method can be removed or changed in future versions without a prior notice.
405+ *
403406 * @return Resolution
404407 */
405408 public function getTypeResolutionStrategy ()
@@ -408,6 +411,9 @@ public function getTypeResolutionStrategy()
408411 }
409412
410413 /**
414+ * EXPERIMENTAL!
415+ * This method can be removed or changed in future versions without a prior notice.
416+ *
411417 * @param Resolution $typeResolutionStrategy
412418 * @return Server
413419 */
Original file line number Diff line number Diff line change 1111use GraphQL \Type \Definition \WrappingType ;
1212use GraphQL \Utils ;
1313
14+ /**
15+ * EXPERIMENTAL!
16+ * This class can be removed or changed in future versions without a prior notice.
17+ *
18+ * Class EagerResolution
19+ * @package GraphQL\Type
20+ */
1421class EagerResolution implements Resolution
1522{
1623 /**
Original file line number Diff line number Diff line change 77use GraphQL \Type \Definition \Type ;
88use GraphQL \Utils ;
99
10+ /**
11+ * EXPERIMENTAL!
12+ * This class can be removed or changed in future versions without a prior notice.
13+ *
14+ * Class LazyResolution
15+ * @package GraphQL\Type
16+ */
1017class LazyResolution implements Resolution
1118{
1219 /**
Original file line number Diff line number Diff line change 55use GraphQL \Type \Definition \ObjectType ;
66use GraphQL \Type \Definition \Type ;
77
8+ /**
9+ * EXPERIMENTAL!
10+ * This interface can be removed or changed in future versions without a prior notice.
11+ *
12+ * Interface Resolution
13+ * @package GraphQL\Type
14+ */
815interface Resolution
916{
1017 /**
You can’t perform that action at this time.
0 commit comments