MenuLink.php in GraphQL 8.3
File
modules/graphql_core/src/Plugin/GraphQL/Types/Menu/MenuLink.phpView source
<?php
namespace Drupal\graphql_core\Plugin\GraphQL\Types\Menu;
use Drupal\graphql\Plugin\GraphQL\Types\TypePluginBase;
/**
* GraphQL type representing Drupal menu links.
*
* @GraphQLType(
* id = "menu_link",
* name = "MenuLink"
* )
*/
class MenuLink extends TypePluginBase {
}