AcftFile (Object)
Represents aircraft file list
type AcftFile {
title: String!
acft: Aircraft!
fileId: String!
file: File!
operator: Operator!
}
Fields
AcftFile.title ● String! non-null scalar
AcftFile.acft ● Aircraft! non-null object
Requires access to resource GRAPHQL_ACFT
AcftFile.fileId ● String! non-null scalar
AcftFile.file ● File! non-null object
AcftFile.operator ● Operator! non-null object
Requires access to resource GRAPHQL_OPERATOR
Member Of
Aircraft object