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 f7a58b0 commit 244ed6fCopy full SHA for 244ed6f
config/config.php
@@ -17,7 +17,7 @@
17
*
18
* You can (re)define scalars and supported operators here.
19
20
- * @var array<string, array<string|\LastDragon_ru\LaraASP\GraphQL\SearchBy\Contracts\Operator>>
+ * @var array<string, array<class-string<\LastDragon_ru\LaraASP\GraphQL\SearchBy\Contracts\Operator>>>
21
*/
22
'scalars' => [
23
// empty
@@ -28,6 +28,8 @@
28
* ---------------------------------------------------------------------
29
30
* Allow redefine scalar type in conditions.
31
+ *
32
+ * @var array<string, string>
33
34
'aliases' => [
35
0 commit comments