mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-11 01:24:46 +02:00
fix(graphql): dont register pivot types (#1178)
This commit is contained in:
@@ -65,12 +65,6 @@ use App\GraphQL\Schema\Types\List\ExternalProfileType;
|
||||
use App\GraphQL\Schema\Types\List\Playlist\PlaylistTrackType;
|
||||
use App\GraphQL\Schema\Types\List\PlaylistType;
|
||||
use App\GraphQL\Schema\Types\MessageResponseType;
|
||||
use App\GraphQL\Schema\Types\Pivot\Morph\ImageableType;
|
||||
use App\GraphQL\Schema\Types\Pivot\Morph\ResourceableType;
|
||||
use App\GraphQL\Schema\Types\Pivot\Wiki\AnimeSeriesType;
|
||||
use App\GraphQL\Schema\Types\Pivot\Wiki\AnimeStudioType;
|
||||
use App\GraphQL\Schema\Types\Pivot\Wiki\AnimeThemeEntryVideoType;
|
||||
use App\GraphQL\Schema\Types\Pivot\Wiki\ArtistMemberType;
|
||||
use App\GraphQL\Schema\Types\SearchType;
|
||||
use App\GraphQL\Schema\Types\User\LikeType;
|
||||
use App\GraphQL\Schema\Types\User\Notification\ExternalProfileSyncedNotificationType;
|
||||
@@ -227,16 +221,6 @@ class V1Schema implements ConfigConvertible
|
||||
MessageResponseType::class,
|
||||
SearchType::class,
|
||||
|
||||
// Pivot
|
||||
// These are needed to build related types like
|
||||
// {Type}SortableColumns and {Type}FilterableColumns.
|
||||
ImageableType::class,
|
||||
ResourceableType::class,
|
||||
AnimeSeriesType::class,
|
||||
AnimeStudioType::class,
|
||||
AnimeThemeEntryVideoType::class,
|
||||
ArtistMemberType::class,
|
||||
|
||||
// Unions
|
||||
LikeableUnion::class,
|
||||
NotificationUnion::class,
|
||||
|
||||
Reference in New Issue
Block a user