You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graphql: Test assertions should work event when LIGHTHOUSE_CACHE_ENABLE=true (#43, e5a2129)
graphql/@searchBy: Added table name prefix for Eloquent builder to avoid "SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'xxx' in where clause is ambiguous" error (d2668a9)
graphql/@searchBy: List of Logical operators can be empty (b352b1a)
graphql/SchemaPrinter: Directives location for enum (581be04)
Performance Improvements
eloquent:IteratorImpl will not load one more chunk if the current chunk is contain less item than the chunk size (7ff3ba0)
Miscellaneous Chores
graphql: Minimal Scout version set to v9.2.1 (from 9.2.0) because whereIn support is required (8baf503) ☣
graphql: Minimal version of "nuwave/lighthouse" set to "^5.68.0" (cc90945) ☣
Code Refactoring
Rid of \Illuminate\Contracts\Config\Repository injection (related to #38) (#38, cd8db7d) ☣
Rid of \Illuminate\Contracts\Container\Container injection (related to #38) (#38, dd49fe7) ☣
Rid of \Illuminate\Contracts\Foundation\Application injection (related to #38) (#38, 1c1b718) ☣
graphql:ArgumentFactory::getArgument() and ArgumentFactory::getArgumentSet() will accept InputValueDefinitionNode|string only (8601470) ☣
graphql:LastDragon_ru\LaraASP\GraphQL\SearchBy\Exceptions\NotImplemented moved to LastDragon_ru\LaraASP\GraphQL\SearchBy\NotImplemented (b0490a7) ☣
graphql:LastDragon_ru\LaraASP\GraphQL\SortBy\Builders\Scout\ColumnResolver renamed to LastDragon_ru\LaraASP\GraphQL\Builder\Contracts\Scout\FieldResolver (e4b733a) ☣
graphql:Scalars renamed to Operators and moved into Builder (e1987fb) ☣
graphql: Operators list/config type changed to array<string|class-string<Operator>> (from array<class-string<Operator>>|string) (8596403) ☣
graphql: Types providers rework - directives will use TypeDefinitions instead of extending Manipulator class) (eb6075e) ☣
graphql/@searchBy:Operators::Logical renamed to Operators::Extra (because the list may contain any operators) (4a30837) ☣