graphql_compose-1.0.0-beta20/src/Plugin/GraphQLCompose/FieldType/TextLongItem.php
src/Plugin/GraphQLCompose/FieldType/TextLongItem.php
<?php
declare(strict_types=1);
namespace Drupal\graphql_compose\Plugin\GraphQLCompose\FieldType;
use Drupal\graphql_compose\Attribute\FieldType;
/**
* {@inheritdoc}
*/
#[FieldType(
id: "text_long",
type_sdl: "Text",
)]
class TextLongItem extends TextItem {
}
