diff --git a/src/GraphQL/DocumentElementType/AreablockDataType.php b/src/GraphQL/DocumentElementType/AreablockDataType.php index 0aaefc5dc..2f4d06739 100644 --- a/src/GraphQL/DocumentElementType/AreablockDataType.php +++ b/src/GraphQL/DocumentElementType/AreablockDataType.php @@ -33,22 +33,6 @@ public function __construct(Service $graphQlService) [ 'name' => 'document_editableAreablock_data', 'fields' => [ - '_editableType' => [ - 'type' => Type::string(), - 'resolve' => static function ($value = null, $args = [], $context = [], ResolveInfo $resolveInfo = null) { - if ($value) { - return $value->getType(); - } - }, - ], - '_editableName' => [ - 'type' => Type::string(), - 'resolve' => static function ($value = null, $args = [], $context = [], ResolveInfo $resolveInfo = null) { - if ($value) { - return $value->getName(); - } - }, - ], 'key' => [ 'type' => Type::string(), 'resolve' => static function ($value = null, $args = [], $context = [], ResolveInfo $resolveInfo = null) {