Exemple #1
0
 /**
  * @return \Fubhy\GraphQL\Language\Node\NamedType
  */
 protected function parseNamedType()
 {
     $start = $this->token->getStart();
     return new NamedType($this->parseName(), $this->location($start));
 }