You are here

TypePluginManagerInterface.php in GraphQL 8.3

File

src/Plugin/TypePluginManagerInterface.php
View source
<?php

namespace Drupal\graphql\Plugin;

use Drupal\Component\Plugin\PluginManagerInterface;
interface TypePluginManagerInterface extends PluginManagerInterface {

}

Interfaces