コード例 #1
0
ファイル: EdgeType.php プロジェクト: nuwave/lighthouse
 /**
  * Special fields present on this connection type.
  *
  * @param        $name
  * @param string $type
  */
 public function __construct($name, $type)
 {
     parent::__construct();
     $this->name = $name;
     $this->type = $type;
 }