Schemas for Subs
This commit is contained in:
parent
ebc7ff4f2f
commit
31d385d3d4
@ -1,5 +1,5 @@
|
||||
title = "Fleet" == == # Content extend type Query { aircraft: [Aircraft] @all(model:
|
||||
"GermanAirlinesVa\\Fleet\\Models\\Aircraft") aircraftType: [AircraftType] @all(model:
|
||||
"GermanAirlinesVa\\Fleet\\Models\\AircraftType") } type Subscription { aircraft: [Aircraft] @subscription(class:
|
||||
"GermanAirlinesVa\\Fleet\\Classes\\AircraftSub") } type Aircraft { name: String! registration: String! } type
|
||||
AircraftType { type: String! aircrafts: [Aircraft] @hasMany }
|
||||
"GermanAirlinesVa\\Fleet\\Classes\\Aircraft") } type Aircraft { name: String! registration: String! } type AircraftType
|
||||
{ type: String! aircrafts: [Aircraft] @hasMany }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user