diff --git a/graphs/fleet.htm b/graphs/fleet.htm index bd76492..ef01929 100644 --- a/graphs/fleet.htm +++ b/graphs/fleet.htm @@ -8,7 +8,7 @@ extend type Query { } extend type Subscription { - aircraftAdded: Aircraft @subscription(class: "GermanAirlinesVa\\Fleet\\Classes\\Aircraft") + aircraftAdded: Aircraft @subscription(class: "GermanAirlinesVa\\Fleet\\Classes\\AircraftAdded") } extend type Mutation {