Skip to content

Commit 84c99be

Browse files
committed
added reference to new hook added in rc15
1 parent 09eadcf commit 84c99be

File tree

3 files changed

+60
-51
lines changed

3 files changed

+60
-51
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"infinityloop-dev/graphpinator": "^1.0-rc13",
15+
"infinityloop-dev/graphpinator": "^1.0-rc15",
1616
"infinityloop-dev/utils": "^2.1.2",
1717
"nette/utils": "^3.2"
1818
},

composer.lock

Lines changed: 51 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/FieldConstraintDirective.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ final public function validateVariance(
2727
$this->specificValidateVariance($biggerSet, $smallerSet);
2828
}
2929

30+
public function resolveFieldDefinitionStart(
31+
\Graphpinator\Value\ArgumentValueSet $arguments,
32+
\Graphpinator\Value\ResolvedValue $parentValue,
33+
) : void
34+
{
35+
// nothing here
36+
}
37+
3038
public function resolveFieldDefinitionBefore(
3139
\Graphpinator\Value\ArgumentValueSet $arguments,
3240
\Graphpinator\Value\ResolvedValue $parentValue,

0 commit comments

Comments
 (0)