Completed
Pull Request — master (#338)
by Ingo
02:04
created
code/GraphQL/ReadFileQueryCreator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
             ->setConnectionResolver(array($this, 'resolveConnection'));
56 56
     }
57 57
 
58
+    /**
59
+     * @param \GraphQL\Type\Definition\ResolveInfo $info
60
+     */
58 61
     public function resolveConnection($object, array $args, $context, $info)
59 62
     {
60 63
         // Permission checks
Please login to merge, or discard this patch.