for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php declare(strict_types=1);
namespace Modelarium\Laravel\Directives;
use Modelarium\Laravel\Targets\ModelGenerator;
use Modelarium\Laravel\Targets\Interfaces\ModelDirectiveInterface;
class LaravelMediaLibraryDataDirective implements ModelDirectiveInterface
{
public static function processModelTypeDirective(
ModelGenerator $generator,
\GraphQL\Language\AST\Node $directive
): void {
}
public static function processModelFieldDirective(
\GraphQL\Type\Definition\FieldDefinition $field,
public function processModelRelationshipDirective(