OBJECT
PersonalAirportEndorsement
Represents personal endorsement for airport
link GraphQL Schema definition
- type PersonalAirportEndorsement implements PersonalEndorsementInterface {
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport!
- : Login!
- : AirportEndorsementType!
- : String!
- : Int @deprecated( reason: "Use expiresIso field instead" )
- : Date
- : String
- : Int @deprecated( reason: "Use dateOfIssueIso field instead" )
- : Date
- : String
- : Int
- : [PersonalAirportEndorsementHistorySnapshot!]
- : Date
- : Date
- # Arguments
- # validForTime: Status is calculated depending on whether date of
- # expires has exceeded validForTime. If not passed, calculate for now.
- (: DateTime): PersonalEndorsementStatusEnum!
- : String!
- : [File!]!
- : Boolean!
- : Boolean!
- }