Skip to content

Instantly share code, notes, and snippets.

@renepardon
Created October 22, 2019 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renepardon/caf00a6ff04df789d360fef21f0bc89e to your computer and use it in GitHub Desktop.
Save renepardon/caf00a6ff04df789d360fef21f0bc89e to your computer and use it in GitHub Desktop.
<?php
namespace App\Graphql\Directives;
use Nuwave\Lighthouse\Schema\Directives\FieldDirective;
class KeyDirective extends FieldDirective
{
public function name(): string
{
return 'key';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment