You are here

EntityType.php in GraphQL 8.3

File

modules/graphql_core/src/Plugin/GraphQL/Interfaces/Entity/EntityType.php
View source
<?php

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


/**
 * @GraphQLInterface(
 *   id = "entity_type",
 *   schema_cache_tags = {"entity_types"},
 *   interfaces = {"Entity"},
 *   deriver = "Drupal\graphql_core\Plugin\Deriver\Interfaces\EntityTypeDeriver"
 * )
 */
class EntityType extends Entity {

}

Classes

Namesort descending Description
EntityType Plugin annotation @GraphQLInterface( id = "entity_type", schema_cache_tags = {"entity_types"}, interfaces = {"Entity"}, deriver = "Drupal\graphql_core\Plugin\Deriver\Interfaces\EntityTypeDeriver" )