You are here

IdScalar.php in GraphQL 8.3

File

src/Plugin/GraphQL/Scalars/Internal/IdScalar.php
View source
<?php

namespace Drupal\graphql\Plugin\GraphQL\Scalars\Internal;

use Drupal\graphql\Plugin\GraphQL\Scalars\ScalarPluginBase;

/**
 * @GraphQLScalar(
 *   id = "id",
 *   name = "ID"
 * )
 */
class IdScalar extends ScalarPluginBase {

}

Classes

Namesort descending Description
IdScalar Plugin annotation @GraphQLScalar( id = "id", name = "ID" )