diff --git a/classes/Aircraft.php b/classes/Aircraft.php index 8ea3d98..bdf3539 100644 --- a/classes/Aircraft.php +++ b/classes/Aircraft.php @@ -70,10 +70,6 @@ class Aircraft extends GraphQLSubscription */ public function resolve($root, array $args, GraphQLContext $context, ResolveInfo $resolveInfo): Model { - // Optionally manipulate the `$root` item before it gets broadcasted to - // subscribed client(s). - $root->load(); - return $root; } }