You are here

MenuLink.php in GraphQL 8.3

File

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

}

Classes

Namesort descending Description
MenuLink GraphQL type representing Drupal menu links.