Completed
Pull Request — 8.x-3.x (#400)
by Sebastian
02:15
created
modules/graphql_core/src/Plugin/Deriver/Fields/EntityFieldDeriver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -59,6 +59,9 @@
 block discarded – undo
59 59
     ];
60 60
   }
61 61
 
62
+  /**
63
+   * @param string $entityTypeId
64
+   */
62 65
   protected function getParentsForField($entityTypeId, FieldStorageDefinitionInterface $fieldDefinition) {
63 66
     if ($fieldDefinition->isBaseField()) {
64 67
       return [StringHelper::camelCase([$entityTypeId])];
Please login to merge, or discard this patch.