Schemas
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
title = "Fleet" == == # Content extend type Query { aircraft: [Aircraft] @all(model:
|
||||
"GermanAirlinesVa\\Fleet\\Models\\Aircraft") aircraftType: [AircraftType] @all(model:
|
||||
"GermanAirlinesVa\\Fleet\\Models\\AircraftType") } type Aircraft { name: String! registration: String! } type
|
||||
AircraftType { type: String! aircrafts: [Aircraft] @hasMany }
|
||||
Reference in New Issue
Block a user