IdScalar.php in GraphQL 8.3
File
src/Plugin/GraphQL/Scalars/Internal/IdScalar.phpView 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 {
}