Completed
Pull Request — master (#338)
by Ingo
01:57
created
code/GraphQL/FolderTypeCreator.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -129,6 +129,10 @@
 block discarded – undo
129 129
         ];
130 130
     }
131 131
 
132
+    /**
133
+     * @param Folder $object
134
+     * @param \GraphQL\Type\Definition\ResolveInfo $info
135
+     */
132 136
     public function resolveParentsField($object, array $args, $context, $info)
133 137
     {
134 138
         $parents = [];
Please login to merge, or discard this patch.