GraphQL\Language\Token::getDescription PHP Method

getDescription() public method

public getDescription ( ) : string
return string
    public function getDescription()
    {
        return $this->kind . ($this->value ? ' "' . $this->value . '"' : '');
    }