for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Drupal\graphql\Plugin\GraphQL;
trait TypeSystemPluginReferenceTrait {
/**
* The associated field or type system plugin.
*
* @var \Drupal\graphql\Plugin\GraphQL\TypeSystemPluginInterface
*/
protected $plugin;
* {@inheritdoc}
public function getPlugin() {
return $this->plugin;
}