You are here

Menu.php in GraphQL 8.3

File

modules/graphql_core/src/Plugin/GraphQL/Types/Menu/Menu.php
View 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 {

}

Classes

Namesort descending Description
Menu GraphQL type representing Drupal menus.