Expand(_all_) issues

Run like this

{    
  q(func: eq(name, "Jethro Tull"), first: 1)    {  
  	expand(_all_) {  
  	   expand(_all_)
	  }
   }
}