Completed
Pull Request — 8.x-3.x (#442)
by Sebastian
02:39
created
src/GraphQL/Field/Field.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -29,6 +29,7 @@
 block discarded – undo
29 29
 
30 30
   /**
31 31
    * {@inheritdoc}
32
+   * @param boolean $secure
32 33
    */
33 34
   public function __construct(FieldPluginBase $plugin, $secure, array $config = []) {
34 35
     $this->plugin = $plugin;
Please login to merge, or discard this patch.
src/Plugin/GraphQL/InputTypes/InputTypePluginBase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Drupal\graphql\Plugin\GraphQL\Traits\NamedPluginTrait;
11 11
 use Drupal\graphql\Plugin\GraphQL\Traits\TypedPluginTrait;
12 12
 use Drupal\graphql\Plugin\GraphQL\TypeSystemPluginInterface;
13
-use Youshido\GraphQL\Config\Object\InputObjectTypeConfig;
14 13
 use Youshido\GraphQL\Field\Field;
15 14
 use Youshido\GraphQL\Type\TypeInterface;
16 15
 
Please login to merge, or discard this patch.