-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[
@searchBy
] Root
will not contain fields, they are will be in new…
… `field` field.
- Loading branch information
1 parent
da5efb7
commit 0b3888f
Showing
27 changed files
with
3,800 additions
and
508 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
packages/graphql/src/SearchBy/Definitions/SearchByOperatorFieldDirective.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php declare(strict_types = 1); | ||
|
||
namespace LastDragon_ru\LaraASP\GraphQL\SearchBy\Definitions; | ||
|
||
use LastDragon_ru\LaraASP\GraphQL\SearchBy\Operators\Field; | ||
|
||
class SearchByOperatorFieldDirective extends Field { | ||
// Lighthouse loads all classes from directive namespace this leads to | ||
// 'Class "Orchestra\Testbench\TestCase" not found' error for our *Test | ||
// classes. This class required to avoid this error. | ||
} |
Oops, something went wrong.