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