* Returns the fully qualified class name of the targeted class.
52
*
53
* @return string
54
*/
55
public function getClass(): string
56
{
57
if ($this->class === null) {
58
throw new \RuntimeException('Empty class for @Type annotation. You MUST create the Type annotation object using the GraphQL-Controllers AnnotationReader');