You are here

Url.php in GraphQL 8.3

File

modules/graphql_core/src/Plugin/GraphQL/Interfaces/Routing/Url.php
View source
<?php

namespace Drupal\graphql_core\Plugin\GraphQL\Interfaces\Routing;

use Drupal\graphql\Plugin\GraphQL\Interfaces\InterfacePluginBase;

/**
 * GraphQL interface for Urls.
 *
 * @GraphQLInterface(
 *   id = "url",
 *   name = "Url",
 *   description = @Translation("Common interface for internal and external urls.")
 * )
 */
class Url extends InterfacePluginBase {

}

Classes

Namesort descending Description
Url GraphQL interface for Urls.